Slightly more efficient fix to the const problem.

This commit is contained in:
David E. O'Brien 2002-03-07 22:58:16 +00:00
parent 716ced0b62
commit 66da358885
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91838

View File

@ -208,7 +208,7 @@ void
bpad(pr)
PR *pr;
{
static char spec[] = " -0+#";
static char const *spec = " -0+#";
register char *p1, *p2;
/*