aboutsummaryrefslogtreecommitdiff
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
parente362c786b36ec627903f8315147d00e536a97d39 (diff)
downloadexchange-4428469556a16490c47b41cb88e84113a6eb4146.tar.gz
exchange-4428469556a16490c47b41cb88e84113a6eb4146.zip
FPRINTF -> fprintf
-rw-r--r--src/auditor/taler-auditor-exchange.c2
-rw-r--r--src/util/util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/taler-auditor-exchange.c b/src/auditor/taler-auditor-exchange.c
index 3cd6edf09..97ac228c6 100644
--- a/src/auditor/taler-auditor-exchange.c
+++ b/src/auditor/taler-auditor-exchange.c
@@ -120,7 +120,7 @@ main (int argc,
120 { 120 {
121 if (NULL == exchange_url) 121 if (NULL == exchange_url)
122 { 122 {
123 FPRINTF (stderr, 123 fprintf (stderr,
124 _ ("Missing either `%s' or `%s'.\n"), 124 _ ("Missing either `%s' or `%s'.\n"),
125 "-u URL", 125 "-u URL",
126 "--remove"); 126 "--remove");
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;