Slightly more efficient fix to the const problem.

This commit is contained in:
obrien 2002-03-07 22:58:16 +00:00
parent 62ebc4b77f
commit 54df1db664

View File

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