aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_open-directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_open-directory.c')
-rw-r--r--src/fs/gnunet-fs-gtk_open-directory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk_open-directory.c b/src/fs/gnunet-fs-gtk_open-directory.c
index ae05b2e2..8e255106 100644
--- a/src/fs/gnunet-fs-gtk_open-directory.c
+++ b/src/fs/gnunet-fs-gtk_open-directory.c
@@ -40,7 +40,7 @@ struct AddChildContext
40 * Reference to the directorie's search result. 40 * Reference to the directorie's search result.
41 */ 41 */
42 struct SearchResult *sr; 42 struct SearchResult *sr;
43 43
44 /** 44 /**
45 * Anonymity level to use for probes in the directory. 45 * Anonymity level to use for probes in the directory.
46 */ 46 */
@@ -94,9 +94,9 @@ add_child (void *cls, const char *filename, const struct GNUNET_FS_Uri *uri,
94 return; 94 return;
95 } 95 }
96 GNUNET_assert (NULL != 96 GNUNET_assert (NULL !=
97 GNUNET_GTK_add_search_result (acc->sr->tab, 97 GNUNET_GTK_add_search_result (acc->sr->tab,
98 acc->anonymity, 98 acc->anonymity,
99 acc->sr->rr, 99 acc->sr->rr,
100 uri, 100 uri,
101 meta, NULL, 0)); 101 meta, NULL, 0));
102} 102}