Made usage static to avoid spurious warning

This commit is contained in:
hjp 2000-01-09 01:50:32 +00:00
parent 3766f82fce
commit 66f2ef7cdf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
char *cmnd;
void usage(void) {
static void usage(void) {
fprintf(stderr, "Usage: %s time_t ...\n", cmnd);
exit(1);
}