diff options
Diffstat (limited to 'toys/posix/nl.c')
-rw-r--r-- | toys/posix/nl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/nl.c b/toys/posix/nl.c index c7e7b92c..60c0a52e 100644 --- a/toys/posix/nl.c +++ b/toys/posix/nl.c @@ -40,7 +40,7 @@ GLOBALS( long lcount; ) -void do_nl(int fd, char *name) +static void do_nl(int fd, char *name) { FILE *f = xfdopen(fd, "r"); int w = TT.w, slen = strlen(TT.s); |