From 0ee08886f341b52ad0e21cb4cbac01b063790b65 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 21 May 2013 06:24:15 +0200 Subject: [PATCH] Fixed a compilation warning --- src/ghtml-webkit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ghtml-webkit.c b/src/ghtml-webkit.c index 8336313..a4d80dc 100644 --- a/src/ghtml-webkit.c +++ b/src/ghtml-webkit.c @@ -1099,7 +1099,7 @@ static void _context_menu_separator(GtkWidget * menu, gboolean * separator) static void _on_copy_link_location(gpointer data) { GHtml * ghtml = data; - GdkAtom * atom; + GdkAtom atom; GtkClipboard * clipboard; /* we can ignore errors */