From 8993496e496cdbc80643b69d049d05bbd7f596b3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 31 Aug 2018 15:02:21 -0500 Subject: Convert option style. --- toys/posix/cut.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toys/posix/cut.c') diff --git a/toys/posix/cut.c b/toys/posix/cut.c index 83582aaa..0b12ab14 100644 --- a/toys/posix/cut.c +++ b/toys/posix/cut.c @@ -39,8 +39,7 @@ config CUT #include "toys.h" GLOBALS( - char *d; - char *O; + char *d, *O; struct arg_list *select[5]; // we treat them the same, so loop through int pairs; -- cgit v1.2.3