summaryrefslogtreecommitdiffstats
path: root/usr.bin/c99/c99.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/c99/c99.c')
-rw-r--r--usr.bin/c99/c99.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c
index 17dc27e..553099f 100644
--- a/usr.bin/c99/c99.c
+++ b/usr.bin/c99/c99.c
@@ -126,9 +126,8 @@ addlib(const char *lib)
void
usage(void)
{
- fprintf(stderr,
-"usage: c99 [-cEgs] [-D name[=value]] [-I directory] ... [-L directory] ...\n");
- fprintf(stderr,
-" [-o outfile] [-O optlevel] [-U name]... operand ...\n");
+ (void)fprintf(stderr, "%s\n%s\n",
+"usage: c99 [-cEgs] [-D name[=value]] ... [-I directory] ... [-L directory] ...",
+" [-o outfile] [-O optlevel] [-U name] ... operand ...");
exit(1);
}
OpenPOWER on IntegriCloud