diff --git a/tools/ipptool.c b/tools/ipptool.c index 326cfe598..fc15dce8d 100644 --- a/tools/ipptool.c +++ b/tools/ipptool.c @@ -10,10 +10,6 @@ // information. // -// -// Include necessary headers... -// - #include #include #include @@ -323,7 +319,7 @@ main(int argc, // I - Number of command-line args if (i >= argc) { - cupsLangPrintf(stderr, _("%s: Missing token after '--bearer-token'."), "ipptool"); + _cupsLangPrintf(stderr, _("%s: Missing token after '--bearer-token'."), "ipptool"); free_data(data); usage(); } @@ -336,7 +332,7 @@ main(int argc, // I - Number of command-line args if (i >= argc) { - cupsLangPrintf(stderr, _("%s: Missing client name after '--client-name'."), "ipptool"); + _cupsLangPrintf(stderr, _("%s: Missing client name after '--client-name'."), "ipptool"); free_data(data); usage(); }