aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_dirmetascan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-09 10:39:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-09 10:39:16 +0000
commiteab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249 (patch)
tree5db9a6156a251cde1932ba221a8990f08f6dcdfe /src/fs/fs_dirmetascan.c
parenta40b3b7045298629783034aba366c609cc04a36a (diff)
downloadgnunet-eab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249.tar.gz
gnunet-eab56fb5d5d6d5585a7ad7d665adc7c5fb5ec249.zip
-fixing #2139
Diffstat (limited to 'src/fs/fs_dirmetascan.c')
-rw-r--r--src/fs/fs_dirmetascan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_dirmetascan.c b/src/fs/fs_dirmetascan.c
index 5b7d2d0c1..1653eebd4 100644
--- a/src/fs/fs_dirmetascan.c
+++ b/src/fs/fs_dirmetascan.c
@@ -92,7 +92,8 @@ struct GNUNET_FS_DirScanner
92 92
93 93
94/** 94/**
95 * Abort the scan. 95 * Abort the scan. Must not be called from within the progress_callback
96 * function.
96 * 97 *
97 * @param ds directory scanner structure 98 * @param ds directory scanner structure
98 */ 99 */