aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-fcfsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-fcfsd.c')
-rw-r--r--src/gns/gnunet-gns-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-fcfsd.c b/src/gns/gnunet-gns-fcfsd.c
index 5503000ac..c29c7838a 100644
--- a/src/gns/gnunet-gns-fcfsd.c
+++ b/src/gns/gnunet-gns-fcfsd.c
@@ -970,7 +970,7 @@ main (int argc, char *const *argv)
970 _("GNUnet GNS first come first serve registration service"), 970 _("GNUnet GNS first come first serve registration service"),
971 options, 971 options,
972 &run, NULL)) ? 0 : 1; 972 &run, NULL)) ? 0 : 1;
973 973 GNUNET_free ((void*) argv);
974 return ret; 974 return ret;
975} 975}
976 976