summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vgrind/vfontedpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c
index da8faf9..d1bb4d9 100644
--- a/usr.bin/vgrind/vfontedpr.c
+++ b/usr.bin/vgrind/vfontedpr.c
@@ -99,7 +99,7 @@ static boolean pass = FALSE; /*
static int blklevel; /* current nesting level */
static int comtype; /* type of comment */
-static const char *defsfile[2] = { _PATH_VGRINDEFS, 0 };
+static char * defsfile[2] = { _PATH_VGRINDEFS, 0 };
/* name of language definitions file */
static int margin;
static int plstack[PSMAX]; /* the procedure nesting level stack */
OpenPOWER on IntegriCloud