aboutsummaryrefslogtreecommitdiff
path: root/src/cli/core/gnunet-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/core/gnunet-core.c')
-rw-r--r--src/cli/core/gnunet-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/core/gnunet-core.c b/src/cli/core/gnunet-core.c
index 23e5525d2..c7aef5349 100644
--- a/src/cli/core/gnunet-core.c
+++ b/src/cli/core/gnunet-core.c
@@ -183,7 +183,7 @@ run (void *cls,
183 GNUNET_free (keyfile); 183 GNUNET_free (keyfile);
184 return; 184 return;
185 } 185 }
186 GNUNET_CRYPTO_eddsa_key_get_public(&pk, &pub); 186 GNUNET_CRYPTO_eddsa_key_get_public (&pk, &pub);
187 fprintf (stdout, 187 fprintf (stdout,
188 _ ("Local peer: %s\n\n"), 188 _ ("Local peer: %s\n\n"),
189 GNUNET_i2s ((struct GNUNET_PeerIdentity*) &pub)); 189 GNUNET_i2s ((struct GNUNET_PeerIdentity*) &pub));