Fix catch_command_errors's prototype.

gdb/
2013-06-27  Pedro Alves  <palves@redhat.com>

	* exceptions.c (catch_command_errors): Remove spurious space.
	* exceptions.h (catch_command_errors): Second parameter is "arg",
	not "command".
This commit is contained in:
Pedro Alves 2013-06-27 17:53:40 +00:00
parent 8db339a667
commit 97f8dd0980
3 changed files with 8 additions and 2 deletions

View file

@ -563,7 +563,7 @@ catch_errors (catch_errors_ftype *func, void *func_args, char *errstring,
}
int
catch_command_errors (catch_command_errors_ftype * command,
catch_command_errors (catch_command_errors_ftype *command,
char *arg, int from_tty, return_mask mask)
{
volatile struct gdb_exception e;