aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/show-parse.c
diff options
context:
space:
mode:
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 044465e9..8a145b88 100644
--- a/show-parse.c
+++ b/show-parse.c
@@ -292,7 +292,7 @@ static void do_show_type(struct symbol *sym, struct type_name *name)
int fouled = 0;
deeper:
- if (!sym || (sym->type != SYM_NODE && sym->type != SYM_ARRAY &&
+ if (sym && (sym->type != SYM_NODE && sym->type != SYM_ARRAY &&
sym->type != SYM_BITFIELD)) {
const char *s;
size_t len;