aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-directory.c')
-rw-r--r--src/fs/gnunet-directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index f2b99f48d..adb071e8d 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -129,7 +129,7 @@ run (void *cls, char *const *args, const char *cfgfile,
129 129
130 if (NULL == args[0]) 130 if (NULL == args[0])
131 { 131 {
132 fprintf (stderr, _("You must specify a filename to inspect.")); 132 FPRINTF (stderr, "%s", _("You must specify a filename to inspect."));
133 ret = 1; 133 ret = 1;
134 return; 134 return;
135 } 135 }