aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index 6637f37ce..255f0d544 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -343,7 +343,7 @@ main (int argc, char *const *argv)
343 GNUNET_PROGRAM_run (argc, argv, "hostlist", 343 GNUNET_PROGRAM_run (argc, argv, "hostlist",
344 _("GNUnet hostlist server and client"), options, 344 _("GNUnet hostlist server and client"), options,
345 &run, NULL)) ? 0 : 1; 345 &run, NULL)) ? 0 : 1;
346 346 GNUNET_free ((void*) argv);
347 return ret; 347 return ret;
348} 348}
349 349