diff options
Diffstat (limited to 'gdb/c-typeprint.c')
-rw-r--r-- | gdb/c-typeprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c index 708ace0f3b..1af477c571 100644 --- a/gdb/c-typeprint.c +++ b/gdb/c-typeprint.c @@ -50,7 +50,7 @@ static void c_type_print_modifier (struct type *, static const char * find_typedef_for_canonicalize (struct type *t, void *data) { - return find_typedef_in_hash (data, t); + return find_typedef_in_hash ((const struct type_print_options *) data, t); } /* Print NAME on STREAM. If the 'raw' field of FLAGS is not set, |