aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-19 18:44:11 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-19 18:44:11 +0100
commitb55bf14f025059239456b8f2676a33e317cb5fc9 (patch)
tree8e7f2dab4c10ed7e910e3242a81fa5570f55131e /src/social/gnunet-social.c
parent554deb2661f292d2d1dc6ed11b30d9a1eeae0ede (diff)
parenta831d35535e278e0534fa4f8848f0113fc8572a2 (diff)
downloadgnunet-secushare-b55bf14f025059239456b8f2676a33e317cb5fc9.tar.gz
gnunet-secushare-b55bf14f025059239456b8f2676a33e317cb5fc9.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet-secushare
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index d89b3d8..f934894 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -1176,7 +1176,7 @@ run (void *cls, char *const *args, const char *cfgfile,
1176 strlen (opt_ego), 1176 strlen (opt_ego),
1177 &ego_pub_key)) 1177 &ego_pub_key))
1178 { 1178 {
1179 FPRINTF (stderr, 1179 fprintf (stderr,
1180 _("Public key `%s' malformed\n"), 1180 _("Public key `%s' malformed\n"),
1181 opt_ego); 1181 opt_ego);
1182 exit_fail (); 1182 exit_fail ();