1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

Add a newline after usage.

This commit is contained in:
Max Laier 2008-06-04 23:31:53 +00:00
parent 214b852cd9
commit df8a925ffd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179552

View File

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