diff options
Diffstat (limited to 'gdb/skip.c')
-rw-r--r-- | gdb/skip.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ skip_command (const char *arg, int from_tty) } static void -info_skip_command (char *arg, int from_tty) +info_skip_command (const char *arg, int from_tty) { int num_printable_entries = 0; struct value_print_options opts; |