diff options
| author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-09-13 13:01:28 +0200 | 
|---|---|---|
| committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-09-13 13:01:28 +0200 | 
| commit | 4428469556a16490c47b41cb88e84113a6eb4146 (patch) | |
| tree | ad6ecdbd264609d01a97bb16ff0432a958f4d327 /src/util | |
| parent | e362c786b36ec627903f8315147d00e536a97d39 (diff) | |
FPRINTF -> fprintf
Diffstat (limited to 'src/util')
| -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 45049f6f..75ace4dc 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -120,7 +120,7 @@ set_amount (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,        TALER_string_to_amount (value,                                amount))    { -    FPRINTF (stderr, +    fprintf (stderr,               _ ("Failed to parse amount in option `%s'\n"),               option);      return GNUNET_SYSERR; | 
