From c1ada372e968db4c5ccdc684d21b2a3e53514b85 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 21 Jun 2012 12:08:05 -0400 Subject: [PATCH] gmenu: Remove stray semicolon in g_menu_clear_item() --- gio/gmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gmenu.c b/gio/gmenu.c index bd57810..c88fd7c 100644 --- a/gio/gmenu.c +++ b/gio/gmenu.c @@ -451,7 +451,7 @@ g_menu_clear_item (struct item *item) { if (item->attributes != NULL) g_hash_table_unref (item->attributes); - if (item->links != NULL); + if (item->links != NULL) g_hash_table_unref (item->links); } -- 2.7.4