aboutsummaryrefslogtreecommitdiff
path: root/gdb/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r--gdb/exceptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h
index 0ef959e..59c3914 100644
--- a/gdb/exceptions.h
+++ b/gdb/exceptions.h
@@ -28,7 +28,7 @@ extern void exception_print (struct ui_file *file,
const struct gdb_exception &e);
extern void exception_fprintf (struct ui_file *file,
const struct gdb_exception &e,
- const char *prefix,
- ...) ATTRIBUTE_PRINTF (3, 4);
+ const char *prefix, ...)
+ ATTRIBUTE_PRINTF (3, 4);
#endif