From 46b4b618736d167d372e10c955575c3b1e9ec44d Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Mon, 24 Mar 2008 01:33:34 +0000 Subject: [PATCH] Add newline at end of usage message. --- initopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initopts.c b/initopts.c index 796e900..805dd34 100644 --- a/initopts.c +++ b/initopts.c @@ -30,7 +30,7 @@ void usage (void) " options: -a assembly output\n" " -p predefs\n" " -v
alternate vector address\n" - " -7 mask character data to 7-bit", + " -7 mask character data to 7-bit\n", progname); exit (1); }