From: Tom Tromey Date: Thu, 1 Mar 2012 15:50:16 +0000 (+0000) Subject: * valprint.c (val_print_type_code_flags): Fix placement of X-Git-Tag: cygwin-1_7_12-release~218 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19c37f244725c4c8179b9cfcc8b1bba537d7dd79;p=platform%2Fupstream%2Fbinutils.git * valprint.c (val_print_type_code_flags): Fix placement of trailing brace. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6338c4c..3db8b8d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-03-01 Tom Tromey + + * valprint.c (val_print_type_code_flags): Fix placement of + trailing brace. + 2012-03-01 Joel Brobecker * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete. diff --git a/gdb/valprint.c b/gdb/valprint.c index 325cf40..b894be9 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -545,6 +545,7 @@ val_print_type_code_flags (struct type *type, const gdb_byte *valaddr, } } fputs_filtered ("]", stream); +} /* Print a scalar of data of type TYPE, pointed to in GDB by VALADDR, according to OPTIONS and SIZE on STREAM. Format i is not supported @@ -552,7 +553,6 @@ val_print_type_code_flags (struct type *type, const gdb_byte *valaddr, This is how the elements of an array or structure are printed with a format. */ -} void val_print_scalar_formatted (struct type *type,