From 16952fae55657c0a99274560363a60108ff1d220 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 4 Jun 2018 23:26:12 +0200 Subject: typo --- src/util/getopt_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- cgit v1.2.3-18-g5258