Skip to content

Commit 23ab11c

Browse files
committed
Fix annoying compilation niggle with defsfile decl
1 parent e26cd5c commit 23ab11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vfontedpr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static bool pass = false; /*
9797

9898
static int blklevel; /* current nesting level */
9999
static int comtype; /* type of comment */
100-
static const char *defsfile[2] = { _PATH_VGRINDEFS, 0 };
100+
static char *defsfile[2] = { _PATH_VGRINDEFS, 0 };
101101
/* name of language definitions file */
102102
static int margin;
103103
static int plstack[PSMAX]; /* the procedure nesting level stack */

0 commit comments

Comments
 (0)