Add a newline after usage.

This commit is contained in:
Max Laier 2008-06-04 23:31:53 +00:00
parent 214b852cd9
commit df8a925ffd

View File

@ -98,6 +98,6 @@ usage(void)
{
(void)fprintf(stderr,
"usage: setfib [-[F]]value command");
"usage: setfib [-[F]]value command\n");
exit(1);
}