aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-04 13:29:55 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-04 13:29:55 +0100
commit898c6edf16913beacd9422622fb4469b6169a13b (patch)
treed88c1d663b4e4c348993d6c24127f1cd7d515253
parentc9717ad647910df9ade1631a170a28fe6c6ba9a5 (diff)
downloadgnunet-898c6edf16913beacd9422622fb4469b6169a13b.tar.gz
gnunet-898c6edf16913beacd9422622fb4469b6169a13b.zip
fix paren
-rw-r--r--src/namestore/gnunet-namestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 0124db62b..5f5a75f2a 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -1000,7 +1000,7 @@ identity_cb (void *cls,
1000 GNUNET_free_non_null (ego_name); 1000 GNUNET_free_non_null (ego_name);
1001 ego_name = NULL; 1001 ego_name = NULL;
1002 1002
1003 if (! (add|del|list|(NULL != nickstring)|(NULL != uri)|(NULL != reverse_pkey))|(NULL != recordset) ) 1003 if (! (add|del|list|(NULL != nickstring)|(NULL != uri)|(NULL != reverse_pkey)|(NULL != recordset)) )
1004 { 1004 {
1005 /* nothing more to be done */ 1005 /* nothing more to be done */
1006 fprintf (stderr, 1006 fprintf (stderr,