diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_event-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c index 608a81ba..c94b9c66 100644 --- a/src/fs/gnunet-fs-gtk_event-handler.c +++ b/src/fs/gnunet-fs-gtk_event-handler.c | |||
@@ -1310,7 +1310,7 @@ search_list_popup (GtkTreeModel *tm, | |||
1310 | if (NULL == sr) | 1310 | if (NULL == sr) |
1311 | { | 1311 | { |
1312 | GNUNET_break (0); | 1312 | GNUNET_break (0); |
1313 | return NULL; | 1313 | return FALSE; |
1314 | } | 1314 | } |
1315 | if (NULL != sr->meta) | 1315 | if (NULL != sr->meta) |
1316 | is_directory = GNUNET_FS_meta_data_test_for_directory (sr->meta); | 1316 | is_directory = GNUNET_FS_meta_data_test_for_directory (sr->meta); |