aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool/gnunet-peerinfo.c')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index eaaac0c38..00ab22993 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -158,7 +158,7 @@ print_peer_info (void *cls, const struct GNUNET_PeerIdentity *peer,
158 GNUNET_PEERINFO_disconnect (peerinfo); 158 GNUNET_PEERINFO_disconnect (peerinfo);
159 return; 159 return;
160 } 160 }
161 if ( (be_quiet) || (NULL == hello) ) 161 if ((be_quiet) || (NULL == hello))
162 { 162 {
163 GNUNET_CRYPTO_hash_to_enc (&peer->hashPubKey, &enc); 163 GNUNET_CRYPTO_hash_to_enc (&peer->hashPubKey, &enc);
164 printf ("%s\n", (const char *) &enc); 164 printf ("%s\n", (const char *) &enc);