diff options
Diffstat (limited to 'symbols.c')
-rw-r--r-- | symbols.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -754,7 +754,7 @@ GetGroupIndex( KeyInfo * key, unsigned what, unsigned * ndx_rtrn) { -char * name; +const char *name; ExprResult tmp; if (what==SYMBOLS) name= "symbols"; |