diff options
-rw-r--r-- | gdb/stabsread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 17aff06..7fc77d0 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -3416,7 +3416,7 @@ complain_about_struct_wipeout (struct type *type) untouched during the main type replacement... */ static void -set_length_in_type_chain (struct type * type) +set_length_in_type_chain (struct type *type) { struct type *ntype = TYPE_CHAIN (type); |