aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-07 22:58:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-07 22:58:16 +0000
commit66da358885ff2ec884b51d0ec2d3e3de1318eb6a (patch)
tree4b0a7caa747bf56f03cabeda119b564058098af5 /usr.bin/hexdump
parent716ced0b623dbacfe9fe179c96f5caa3e4a1eb45 (diff)
downloadsrc-66da358885ff2ec884b51d0ec2d3e3de1318eb6a.tar.gz
src-66da358885ff2ec884b51d0ec2d3e3de1318eb6a.zip
Notes
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c
index 4af83ecb5080..fa9ed6d70320 100644
--- a/usr.bin/hexdump/display.c
+++ b/usr.bin/hexdump/display.c
@@ -208,7 +208,7 @@ void
bpad(pr)
PR *pr;
{
- static char spec[] = " -0+#";
+ static char const *spec = " -0+#";
register char *p1, *p2;
/*