diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-06-04 23:26:12 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-06-05 09:33:08 +0200 |
commit | 16952fae55657c0a99274560363a60108ff1d220 (patch) | |
tree | 9cfe3947161884d433e9f0e5e7fbff6a0b152b3f | |
parent | 1f083a4593b1f07dcf24549853963dedde7f4d02 (diff) |
typo
-rw-r--r-- | src/util/getopt_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/getopt_helpers.c b/src/util/getopt_helpers.c index f9341f528c..fb8cc4d455 100644 --- a/src/util/getopt_helpers.c +++ b/src/util/getopt_helpers.c @@ -819,7 +819,7 @@ set_uint16 (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, (void) ctx; if (1 != SSCANF (value, "%u", - v)) + &v)) { FPRINTF (stderr, _("You must pass a number to the `%s' option.\n"), |