diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-main_window_file_publish.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk-main_window_file_publish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk-main_window_file_publish.c b/src/fs/gnunet-fs-gtk-main_window_file_publish.c index f4e93fe1..bf113ca6 100644 --- a/src/fs/gnunet-fs-gtk-main_window_file_publish.c +++ b/src/fs/gnunet-fs-gtk-main_window_file_publish.c | |||
@@ -1041,7 +1041,7 @@ directory_trim_complete (void *cls, | |||
1041 | 1041 | ||
1042 | static int | 1042 | static int |
1043 | directory_scan_cb (void *cls, struct GNUNET_FS_DirScanner *ds, | 1043 | directory_scan_cb (void *cls, struct GNUNET_FS_DirScanner *ds, |
1044 | const char *filename, char is_directory, | 1044 | const char *filename, int is_directory, |
1045 | enum GNUNET_FS_DirScannerProgressUpdateReason reason) | 1045 | enum GNUNET_FS_DirScannerProgressUpdateReason reason) |
1046 | { | 1046 | { |
1047 | struct AddDirClientContext *adcc = cls; | 1047 | struct AddDirClientContext *adcc = cls; |