aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-download.c')
-rw-r--r--src/fs/gnunet-download.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index ff10c39c6..5a66aea27 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -90,7 +90,8 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
90static void * 90static void *
91progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info) 91progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info)
92{ 92{
93 char *s, *s2; 93 char *s;
94 char *s2;
94 char *t; 95 char *t;
95 96
96 switch (info->status) 97 switch (info->status)