summaryrefslogtreecommitdiff
path: root/lib/regextype.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/regextype.c')
-rw-r--r--lib/regextype.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/regextype.c b/lib/regextype.c
index d89f3757..efc06099 100644
--- a/lib/regextype.c
+++ b/lib/regextype.c
@@ -49,9 +49,9 @@
struct tagRegexTypeMap
{
- char *name;
+ const char *name;
int context;
- int option_val;
+ int option_val;
};
struct tagRegexTypeMap regex_map[] =