1
0
mirror of https://github.com/brouhaha/dis6502.git synced 2024-06-02 10:41:30 +00:00

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

View File

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