diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index ed48e6d..4383ad3 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -356,7 +356,7 @@ exception_fprintf (struct ui_file *file, struct gdb_exception e, } } -void +static void print_any_exception (struct ui_file *file, const char *prefix, struct gdb_exception e) { |