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 984e181..7857fb7 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -130,10 +130,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
@@ -263,8 +262,7 @@ static void
}
return NULL;
-}
-
+}
static void
setup_threading () {