Fixed trailing ';' on if statement in gtkmenuitem.c

This commit is contained in:
Tristan Van Berkom 2010-11-19 14:56:59 +09:00
parent aef55bb629
commit 1cacae9cc4

View File

@ -714,7 +714,7 @@ gtk_menu_item_get_preferred_width (GtkWidget *widget,
gtk_widget_get_preferred_width (child, &child_min, &child_nat);
if ((menu_item->submenu && !GTK_IS_MENU_BAR (parent)) || priv->reserve_indicator);
if ((menu_item->submenu && !GTK_IS_MENU_BAR (parent)) || priv->reserve_indicator)
{
guint arrow_spacing;
gint arrow_size;