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 489d14b..ef9ebfa 100644 --- a/gdb/valprint.h +++ b/gdb/valprint.h @@ -125,7 +125,7 @@ extern void get_formatted_print_options (struct value_print_options *opts, char format); extern void maybe_print_array_index (struct type *index_type, LONGEST index, - struct ui_file *stream, + struct ui_file *stream, const struct value_print_options *); |