aboutsummaryrefslogtreecommitdiff
path: root/toys/other/xxd.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/xxd.c')
-rw-r--r--toys/other/xxd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/toys/other/xxd.c b/toys/other/xxd.c
index 80892fb5..99321eef 100644
--- a/toys/other/xxd.c
+++ b/toys/other/xxd.c
@@ -35,11 +35,7 @@ config XXD
#include "toys.h"
GLOBALS(
- long s;
- long g;
- long o;
- long l;
- long c;
+ long s, g, o, l, c;
)
static void do_xxd(int fd, char *name)