diff options
Diffstat (limited to 'src/plugins/fs/search.c')
-rw-r--r-- | src/plugins/fs/search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c index e8006ac0..0cd5040c 100644 --- a/src/plugins/fs/search.c +++ b/src/plugins/fs/search.c | |||
@@ -148,6 +148,7 @@ GtkWidget * getAnonymityButtonFromTM(GtkTreeModel * model) { | |||
148 | return list->anonymityButton; | 148 | return list->anonymityButton; |
149 | list = list->next; | 149 | list = list->next; |
150 | } | 150 | } |
151 | BREAK(); | ||
151 | return NULL; | 152 | return NULL; |
152 | } | 153 | } |
153 | 154 | ||