diff options
Diffstat (limited to 'toys/other/tac.c')
-rw-r--r-- | toys/other/tac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/other/tac.c b/toys/other/tac.c index 538d1b0b..d5f72fd2 100644 --- a/toys/other/tac.c +++ b/toys/other/tac.c @@ -15,7 +15,7 @@ config TAC #include "toys.h" -void do_tac(int fd, char *name) +static void do_tac(int fd, char *name) { struct arg_list *list = NULL; char *c; |