aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/uzbl.c b/uzbl.c
index dca1bda..c22a5fc 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -117,10 +117,9 @@ link_hover_cb (WebKitWebView* page, const gchar* title, const gchar* link, gpoin
//ADD HOVER URL TO WINDOW TITLE
selected_url[0] = '\0';
if (link) {
- strcpy (selected_url, link);
+ strcpy (selected_url, link);
}
update_title (GTK_WINDOW (main_window));
-
}
static void
@@ -249,8 +248,7 @@ static void
}
return NULL;
-}
-
+}
static void
setup_threading () {