aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/show-parse.c
diff options
authorwelinder@darter.rentec.com <welinder@darter.rentec.com>2004-09-13 16:19:01 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:03:12 -0700
commit6a9a969e71981ba02e805c552f6b540c6cd0eb8e (patch)
tree2423834b744691c12d95883071af2cdf8453cb45 /show-parse.c
parent364d3159a9dbf97c99ecb7463555409feef65377 (diff)
downloadsparse-dev-6a9a969e71981ba02e805c552f6b540c6cd0eb8e.tar.gz
Janitorial trivialities.
Diffstat (limited to 'show-parse.c')
-rw-r--r--show-parse.c2
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" },