aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-directory.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-06 15:14:18 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-06 15:14:18 +0000
commit631987c39403ebc91265ea685be6a7df3f209b5c (patch)
tree93e8543a613ae67b9a4716e5ebccc61bdd12d4c7 /src/fs/gnunet-directory.c
parent3b40545e6ff8a6938e742178dceeaebcb2baf304 (diff)
downloadgnunet-631987c39403ebc91265ea685be6a7df3f209b5c.tar.gz
gnunet-631987c39403ebc91265ea685be6a7df3f209b5c.zip
-nl
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 a853e8899..0721ea90e 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, "%s", _("You must specify a filename to inspect.")); 132 FPRINTF (stderr, "%s", _("You must specify a filename to inspect.\n"));
133 ret = 1; 133 ret = 1;
134 return; 134 return;
135 } 135 }