diff options
Diffstat (limited to 'gdb/partial-stab.h')
-rw-r--r-- | gdb/partial-stab.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/partial-stab.h b/gdb/partial-stab.h index 2c2c0f8..b7fc445 100644 --- a/gdb/partial-stab.h +++ b/gdb/partial-stab.h @@ -642,6 +642,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ default: /* If we haven't found it yet, ignore it. It's probably some new type we don't know about yet. */ - complain (&unknown_symtype_complaint, local_hex_string(CUR_SYMBOL_TYPE)); + complain (&unknown_symtype_complaint, + local_hex_string (CUR_SYMBOL_TYPE)); continue; } |