Constify add_prefix_cmd
[deliverable/binutils-gdb.git] / gdb / skip.c
index 6e82a33163db168b828c6a67cc0f47c4e21c5b87..af60eb74042bd7ffaf93ffb6f078e2576a6b8776 100644 (file)
@@ -226,7 +226,7 @@ skip_function_command (const char *arg, int from_tty)
 /* Process "skip ..." that does not match "skip file" or "skip function".  */
 
 static void
-skip_command (char *arg, int from_tty)
+skip_command (const char *arg, int from_tty)
 {
   const char *file = NULL;
   const char *gfile = NULL;
This page took 0.032687 seconds and 4 git commands to generate.