summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c
index d11071b..bd96462 100644
--- a/usr.bin/hexdump/parse.c
+++ b/usr.bin/hexdump/parse.c
@@ -151,7 +151,7 @@ add(fmt)
}
}
-static char spec[] = ".#-+ 0123456789";
+static const char *spec = ".#-+ 0123456789";
int
size(fs)
OpenPOWER on IntegriCloud