mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
Fix a compiler warning
Don't return without a value from a non-void function.
This commit is contained in:
parent
9849b292a9
commit
9f1159a1a8
@ -2295,7 +2295,7 @@ _gtk_selection_request (GtkWidget *widget,
|
||||
gulong selection_max_size;
|
||||
|
||||
if (event->requestor == NULL)
|
||||
return;
|
||||
return FALSE;
|
||||
|
||||
if (initialize)
|
||||
gtk_selection_init ();
|
||||
|
Loading…
Reference in New Issue
Block a user