aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-07 23:01:55 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-07 23:01:55 +0000
commit64049aa600f50a18a967123b5217d89fcde5c410 (patch)
tree81f38c0675998e80d49eb82d9448e28f0fcfa418 /usr.bin
parent95e5dc04763beebca41acc991ee5c2cd26e1b267 (diff)
downloadsrc-64049aa600f50a18a967123b5217d89fcde5c410.tar.gz
src-64049aa600f50a18a967123b5217d89fcde5c410.zip
Slightly more efficient version of rev 1.6.
Notes
Notes: svn path=/head/; revision=91840
Diffstat (limited to 'usr.bin')
-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 d11071b8c3a3..bd96462776a2 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)