diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-09 13:23:36 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-09 13:23:36 +0000 |
commit | cd010104a8f0ce3d5d665de8393e68ec7a59d079 (patch) | |
tree | 6ccade36654c30de6b3aa079061787c55b4ef778 /src/fs/gnunet-download.c | |
parent | 4f038a57cede666fd7b91bdc11e876753b52a4a1 (diff) |
-monkey integration
Diffstat (limited to 'src/fs/gnunet-download.c')
-rw-r--r-- | src/fs/gnunet-download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c index 30081f0b49..5001d4c342 100644 --- a/src/fs/gnunet-download.c +++ b/src/fs/gnunet-download.c @@ -121,7 +121,7 @@ display_bar (unsigned long long x, * for this operation; should be set to NULL for * SUSPEND and STOPPED events). The value returned * will be passed to future callbacks in the respective - * field in the GNUNET_FS_ProgressInfo struct. + * field in the `struct GNUNET_FS_ProgressInfo` */ static void * progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info) |