Constify add_info
[deliverable/binutils-gdb.git] / gdb / skip.c
index af60eb74042bd7ffaf93ffb6f078e2576a6b8776..20fca784334f4113b2b298e8841e5966a456e020 100644 (file)
@@ -353,7 +353,7 @@ skip_command (const char *arg, int from_tty)
 }
 
 static void
-info_skip_command (char *arg, int from_tty)
+info_skip_command (const char *arg, int from_tty)
 {
   int num_printable_entries = 0;
   struct value_print_options opts;
This page took 0.025303 seconds and 4 git commands to generate.