summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-07 23:01:55 +0000
committerobrien <obrien@FreeBSD.org>2002-03-07 23:01:55 +0000
commitf4d9e1cfbc2d7bf0222294cd053c6d1708af7762 (patch)
tree81f38c0675998e80d49eb82d9448e28f0fcfa418 /usr.bin/hexdump
parent26ba134593ab2225352a0be90bbe1a7eeb0fe038 (diff)
downloadFreeBSD-src-f4d9e1cfbc2d7bf0222294cd053c6d1708af7762.zip
FreeBSD-src-f4d9e1cfbc2d7bf0222294cd053c6d1708af7762.tar.gz
Slightly more efficient version of rev 1.6.
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