aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/hexdump/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/hexdump/display.c')
-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;
/*