forked from AuroraMiddleware/gtk
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