Give lint a small bit of help.

This commit is contained in:
markm 2002-07-31 16:50:21 +00:00
parent 242575b298
commit 8090df0428

View File

@ -121,6 +121,7 @@ main(int argc, char *argv[])
if (fclose(stdout))
err(1, "stdout");
exit(rval);
/* NOTREACHED */
}
static void
@ -128,6 +129,7 @@ usage(void)
{
fprintf(stderr, "usage: cat [-benstuv] [file ...]\n");
exit(1);
/* NOTREACHED */
}
void