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 acde3fef..04b38119 100644 --- a/src/fs/gnunet-fs-gtk_event-handler.c +++ b/src/fs/gnunet-fs-gtk_event-handler.c | |||
@@ -2133,7 +2133,7 @@ update_search_result (struct SearchResult *sr, | |||
2133 | int desc_is_a_dup; | 2133 | int desc_is_a_dup; |
2134 | struct GNUNET_GTK_MainWindowContext *mctx = GNUNET_FS_GTK_get_main_context (); | 2134 | struct GNUNET_GTK_MainWindowContext *mctx = GNUNET_FS_GTK_get_main_context (); |
2135 | 2135 | ||
2136 | if (sr == NULL) | 2136 | if (NULL == sr) |
2137 | { | 2137 | { |
2138 | GNUNET_break (0); | 2138 | GNUNET_break (0); |
2139 | return; | 2139 | return; |