aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk-common.c')
-rw-r--r--src/fs/gnunet-fs-gtk-common.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk-common.c b/src/fs/gnunet-fs-gtk-common.c
index f586a3d4..55318f01 100644
--- a/src/fs/gnunet-fs-gtk-common.c
+++ b/src/fs/gnunet-fs-gtk-common.c
@@ -19,11 +19,11 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/fs/common.c 22 * @file src/fs/gnunet-fs-gtk-common.c
23 * @brief Common functions used in various places 23 * @brief Common functions used in various places
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "common.h" 26#include "gnunet-fs-gtk-common.h"
27 27
28/** 28/**
29 * Add meta data to list store. 29 * Add meta data to list store.
@@ -180,4 +180,4 @@ GNUNET_FS_GTK_mmap_and_scan (const char *filename,
180} 180}
181 181
182 182
183/* end of common.c */ 183/* end of gnunet-fs-gtk-common.c */