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.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/fs/gnunet-directory.c b/src/fs/gnunet-directory.c
index 4122cb154..2f25e282e 100644
--- a/src/fs/gnunet-directory.c
+++ b/src/fs/gnunet-directory.c
@@ -177,11 +177,13 @@ main (int argc, char *const *argv)
177 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv)) 177 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
178 return 2; 178 return 2;
179 179
180 return (GNUNET_OK == 180 ret = (GNUNET_OK ==
181 GNUNET_PROGRAM_run (argc, argv, "gnunet-directory [OPTIONS] FILENAME", 181 GNUNET_PROGRAM_run (argc, argv, "gnunet-directory [OPTIONS] FILENAME",
182 gettext_noop 182 gettext_noop
183 ("Display contents of a GNUnet directory"), 183 ("Display contents of a GNUnet directory"),
184 options, &run, NULL)) ? ret : 1; 184 options, &run, NULL)) ? ret : 1;
185 GNUNET_free ((void*) argv);
186 return ret;
185} 187}
186 188
187/* end of gnunet-directory.c */ 189/* end of gnunet-directory.c */