changeset 4857:a8f1e4b43ec4

prefswin_page_destroy(): add missing 'continue' instruction. Found with LLVM static analyzer.
author William Pitcock <nenolod@atheme.org>
date Thu, 16 Apr 2009 20:07:38 -0500
parents 49574e8c4d0b
children 51e2089a73f1
files src/audlegacy/ui_preferences.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audlegacy/ui_preferences.c	Thu Apr 16 20:01:24 2009 -0500
+++ b/src/audlegacy/ui_preferences.c	Thu Apr 16 20:07:38 2009 -0500
@@ -3266,6 +3266,7 @@
         {
             gtk_list_store_remove(GTK_LIST_STORE(model), &iter);
             ret = gtk_tree_model_get_iter_first(model, &iter);
+            continue;
         }
 
         if (index > id)