* valprint.c (val_print_type_code_flags): Fix placement of

trailing brace.
This commit is contained in:
Tom Tromey 2012-03-01 15:50:16 +00:00
parent 1fc75697ae
commit 19c37f2447
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-03-01 Tom Tromey <tromey@redhat.com>
* valprint.c (val_print_type_code_flags): Fix placement of
trailing brace.
2012-03-01 Joel Brobecker <brobecker@adacore.com>
* copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.

View File

@ -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,