diff options
Diffstat (limited to 'gdb/valprint.h')
-rw-r--r-- | gdb/valprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valprint.h b/gdb/valprint.h index 9260512..f12b259 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -111,7 +111,7 @@ extern void get_formatted_print_options (struct value_print_options *opts, extern void maybe_print_array_index (struct type *index_type, LONGEST index, struct ui_file *stream, - const struct value_print_options *options); + const struct value_print_options *); extern void val_print_array_elements (struct type *, const gdb_byte *, CORE_ADDR, struct ui_file *, int, |