Add newline at end of usage message.

This commit is contained in:
Eric Smith 2008-03-24 01:33:34 +00:00
parent 4e6c6df632
commit 46b4b61873
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void usage (void)
" options: -a assembly output\n"
" -p <file> predefs\n"
" -v <address> alternate vector address\n"
" -7 mask character data to 7-bit",
" -7 mask character data to 7-bit\n",
progname);
exit (1);
}