diff options
Diffstat (limited to 'src/cmd/tail.c')
-rw-r--r-- | src/cmd/tail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/tail.c b/src/cmd/tail.c index b40552bf..68f7c5eb 100644 --- a/src/cmd/tail.c +++ b/src/cmd/tail.c @@ -343,9 +343,9 @@ getnumber(char *s) if(count < 0 || (int)count != count) fatal("too big"); return 1; -} +} -void +void fatal(char *s) { char buf[ERRMAX]; |