From 7a3f53ba446ae2600763ee37b7f8dcc91de3ec5f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 2 Aug 2015 21:51:41 -0500 Subject: Mark command-local functions static. --- toys/other/rev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/rev.c') diff --git a/toys/other/rev.c b/toys/other/rev.c index b5720a31..4cf7214f 100644 --- a/toys/other/rev.c +++ b/toys/other/rev.c @@ -15,7 +15,7 @@ config REV #include "toys.h" -void do_rev(int fd, char *name) +static void do_rev(int fd, char *name) { char *c; -- cgit v1.2.3