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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index 30081f0b4..5001d4c34 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -121,7 +121,7 @@ display_bar (unsigned long long x,
121 * for this operation; should be set to NULL for 121 * for this operation; should be set to NULL for
122 * SUSPEND and STOPPED events). The value returned 122 * SUSPEND and STOPPED events). The value returned
123 * will be passed to future callbacks in the respective 123 * will be passed to future callbacks in the respective
124 * field in the GNUNET_FS_ProgressInfo struct. 124 * field in the `struct GNUNET_FS_ProgressInfo`
125 */ 125 */
126static void * 126static void *
127progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info) 127progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info)