aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_getopt.c')
-rw-r--r--src/fs/test_fs_getopt.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c
index 48777b0e0..3d0da752b 100644
--- a/src/fs/test_fs_getopt.c
+++ b/src/fs/test_fs_getopt.c
@@ -27,11 +27,11 @@
27 27
28 28
29int 29int
30main(int argc, char *argv[]) 30main (int argc, char *argv[])
31{ 31{
32 GNUNET_log_setup("test_fs_getopt", 32 GNUNET_log_setup ("test_fs_getopt",
33 "WARNING", 33 "WARNING",
34 NULL); 34 NULL);
35 fprintf(stderr, "%s", "WARNING: testcase not yet written.\n"); 35 fprintf (stderr, "%s", "WARNING: testcase not yet written.\n");
36 return 0; /* testcase passed */ 36 return 0; /* testcase passed */
37} 37}