diff options
Diffstat (limited to 'src/util/util.c')
-rw-r--r-- | src/util/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util.c b/src/util/util.c index 45049f6fc..75ace4dcf 100644 --- a/src/util/util.c +++ b/src/util/util.c | |||
@@ -120,7 +120,7 @@ set_amount (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, | |||
120 | TALER_string_to_amount (value, | 120 | TALER_string_to_amount (value, |
121 | amount)) | 121 | amount)) |
122 | { | 122 | { |
123 | FPRINTF (stderr, | 123 | fprintf (stderr, |
124 | _ ("Failed to parse amount in option `%s'\n"), | 124 | _ ("Failed to parse amount in option `%s'\n"), |
125 | option); | 125 | option); |
126 | return GNUNET_SYSERR; | 126 | return GNUNET_SYSERR; |