[PAHOLE]: Honor --expand_types when the class is specified too

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-02-11 00:55:54 -02:00
parent ce9d7e11fe
commit f6888f029a
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ int main(int argc, char *argv[])
}
} else
tag__print(class__tag(s->class), s->cu,
NULL, NULL, 0, stdout);
NULL, NULL, expand_types, stdout);
} else
print_classes(formatter);