summaryrefslogtreecommitdiff
path: root/symbols.c
diff options
context:
space:
mode:
Diffstat (limited to 'symbols.c')
-rw-r--r--symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols.c b/symbols.c
index 75c2aaa..ffc26b2 100644
--- a/symbols.c
+++ b/symbols.c
@@ -754,7 +754,7 @@ GetGroupIndex( KeyInfo * key,
unsigned what,
unsigned * ndx_rtrn)
{
-char * name;
+const char *name;
ExprResult tmp;
if (what==SYMBOLS) name= "symbols";