summaryrefslogtreecommitdiff
path: root/src/util/util.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 13:01:28 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-13 13:01:28 +0200
commit4428469556a16490c47b41cb88e84113a6eb4146 (patch)
treead6ecdbd264609d01a97bb16ff0432a958f4d327 /src/util/util.c
parente362c786b36ec627903f8315147d00e536a97d39 (diff)
downloadexchange-4428469556a16490c47b41cb88e84113a6eb4146.tar.gz
exchange-4428469556a16490c47b41cb88e84113a6eb4146.tar.bz2
exchange-4428469556a16490c47b41cb88e84113a6eb4146.zip
FPRINTF -> fprintf
Diffstat (limited to 'src/util/util.c')
-rw-r--r--src/util/util.c2
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,
TALER_string_to_amount (value,
amount))
{
- FPRINTF (stderr,
+ fprintf (stderr,
_ ("Failed to parse amount in option `%s'\n"),
option);
return GNUNET_SYSERR;