mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 00:20:09 +00:00
accessible: Remove stray semicolon
Note to self: Use -Wempty-body more
This commit is contained in:
parent
4a33eb1aae
commit
cac47f45b7
@ -198,7 +198,7 @@ gtk_accessible_set_widget (GtkAccessible *accessible,
|
||||
|
||||
priv->widget = widget;
|
||||
|
||||
if (widget);
|
||||
if (widget)
|
||||
klass->widget_set (accessible);
|
||||
|
||||
g_object_notify (G_OBJECT (accessible), "widget");
|
||||
|
Loading…
Reference in New Issue
Block a user