aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index ba30b56fb..d7e8309dd 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -381,7 +381,7 @@ main (int argc, char *const *argv)
381 _("GNUnet GNS access tool"), 381 _("GNUnet GNS access tool"),
382 options, 382 options,
383 &run, NULL)) ? 0 : 1; 383 &run, NULL)) ? 0 : 1;
384 384 GNUNET_free ((void*) argv);
385 return ret; 385 return ret;
386} 386}
387 387