aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-04 23:26:12 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-05 09:33:08 +0200
commit16952fae55657c0a99274560363a60108ff1d220 (patch)
tree9cfe3947161884d433e9f0e5e7fbff6a0b152b3f /src
parent1f083a4593b1f07dcf24549853963dedde7f4d02 (diff)
downloadgnunet-16952fae55657c0a99274560363a60108ff1d220.tar.gz
gnunet-16952fae55657c0a99274560363a60108ff1d220.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/util/getopt_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c
index f9341f528..fb8cc4d45 100644
--- a/src/util/getopt_helpers.c
+++ b/src/util/getopt_helpers.c
@@ -819,7 +819,7 @@ set_uint16 (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
819 (void) ctx; 819 (void) ctx;
820 if (1 != SSCANF (value, 820 if (1 != SSCANF (value,
821 "%u", 821 "%u",
822 v)) 822 &v))
823 { 823 {
824 FPRINTF (stderr, 824 FPRINTF (stderr,
825 _("You must pass a number to the `%s' option.\n"), 825 _("You must pass a number to the `%s' option.\n"),