aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk_publish-dialog.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-dialog.c b/src/fs/gnunet-fs-gtk_publish-dialog.c
index a171f32c..450083d7 100644
--- a/src/fs/gnunet-fs-gtk_publish-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-dialog.c
@@ -1457,11 +1457,9 @@ add_share_items_to_treestore (struct AddDirClientContext *adcc,
1457 * in a separate task). 1457 * in a separate task).
1458 * 1458 *
1459 * @param cls progress dialog context of our window 1459 * @param cls progress dialog context of our window
1460 * @param tc scheduler context, unused
1461 */ 1460 */
1462static void 1461static void
1463stop_scanner_task (void *cls, 1462stop_scanner_task (void *cls)
1464 const struct GNUNET_SCHEDULER_TaskContext *tc)
1465{ 1463{
1466 struct AddDirClientContext *adcc = cls; 1464 struct AddDirClientContext *adcc = cls;
1467 1465