Fixed a compilation warning

This commit is contained in:
Pierre Pronchery 2013-05-21 06:24:15 +02:00
parent 3db943f3f1
commit 0ee08886f3

View File

@ -1099,7 +1099,7 @@ static void _context_menu_separator(GtkWidget * menu, gboolean * separator)
static void _on_copy_link_location(gpointer data) static void _on_copy_link_location(gpointer data)
{ {
GHtml * ghtml = data; GHtml * ghtml = data;
GdkAtom * atom; GdkAtom atom;
GtkClipboard * clipboard; GtkClipboard * clipboard;
/* we can ignore errors */ /* we can ignore errors */