Fix catch_command_errors's prototype.
[deliverable/binutils-gdb.git] / gdb / exceptions.c
index 866905d7cf217712dcb31f24f64d2d71cd7a037a..0cdd16b75f63bc0958cb34ba836c06016d5c5c70 100644 (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;
This page took 0.036565 seconds and 4 git commands to generate.