diff options
Diffstat (limited to 'show-parse.c')
| -rw-r--r-- | show-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show-parse.c b/show-parse.c index bca9e478..38562899 100644 --- a/show-parse.c +++ b/show-parse.c @@ -159,7 +159,7 @@ static void do_show_type(struct symbol *sym, struct type_name *name) const char *mod; static struct ctype_name { struct symbol *sym; - char *name; + const char *name; } typenames[] = { { & char_ctype, "char" }, { &schar_ctype, "signed char" }, |
