diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 0613bf8..063cab8 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -5179,7 +5179,7 @@ catch_command_1 (arg, tempflag, from_tty) /* catch_throw_command_1 (arg1_start, tempflag, from_tty); */ /* return; */ /* Now, this is not allowed */ - error ("Catch requires an event name"); + error ("Catch requires an event name."); } arg1_end = ep_find_event_name_end (arg1_start); |