FPRINTF -> fprintf

This commit is contained in:
Marcello Stanisci 2019-09-13 13:01:28 +02:00
parent e362c786b3
commit 4428469556
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ main (int argc,
{
if (NULL == exchange_url)
{
FPRINTF (stderr,
fprintf (stderr,
_ ("Missing either `%s' or `%s'.\n"),
"-u URL",
"--remove");

View File

@ -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;