From: Christian Grothoff Date: Tue, 4 Dec 2018 12:29:55 +0000 (+0100) Subject: fix paren X-Git-Tag: v0.11.0~180 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=898c6edf16913beacd9422622fb4469b6169a13b;p=oweals%2Fgnunet.git fix paren --- 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, GNUNET_free_non_null (ego_name); ego_name = NULL; - if (! (add|del|list|(NULL != nickstring)|(NULL != uri)|(NULL != reverse_pkey))|(NULL != recordset) ) + if (! (add|del|list|(NULL != nickstring)|(NULL != uri)|(NULL != reverse_pkey)|(NULL != recordset)) ) { /* nothing more to be done */ fprintf (stderr,