Fixed a compilation warning
This commit is contained in:
parent
3db943f3f1
commit
0ee08886f3
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user