diff options
Diffstat (limited to 'toys/posix/strings.c')
-rw-r--r-- | toys/posix/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/strings.c b/toys/posix/strings.c index a872cf6a..e87ccde8 100644 --- a/toys/posix/strings.c +++ b/toys/posix/strings.c @@ -29,7 +29,7 @@ GLOBALS( long num; ) -void do_strings(int fd, char *filename) +static void do_strings(int fd, char *filename) { int nread, i, wlen = TT.num, count = 0; off_t offset = 0; |