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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_getopt.c b/src/fs/test_fs_getopt.c
index 2b0a9fca8..571346f2c 100644
--- a/src/fs/test_fs_getopt.c
+++ b/src/fs/test_fs_getopt.c
@@ -35,6 +35,6 @@ main (int argc, char *argv[])
35 "WARNING", 35 "WARNING",
36#endif 36#endif
37 NULL); 37 NULL);
38 fprintf (stderr, "WARNING: testcase not yet written.\n"); 38 FPRINTF (stderr, "%s", "WARNING: testcase not yet written.\n");
39 return 0; /* testcase passed */ 39 return 0; /* testcase passed */
40} 40}