FPRINTF -> fprintf
This commit is contained in:
parent
e362c786b3
commit
4428469556
@ -120,7 +120,7 @@ main (int argc,
|
||||
{
|
||||
if (NULL == exchange_url)
|
||||
{
|
||||
FPRINTF (stderr,
|
||||
fprintf (stderr,
|
||||
_ ("Missing either `%s' or `%s'.\n"),
|
||||
"-u URL",
|
||||
"--remove");
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user