Constify maintenance_info_program_spaces_command
[deliverable/binutils-gdb.git] / gdb / progspace.c
index 0f3ac81bd016f1b1d8735f3422dc0f48a8ed5c23..41e8cd0e714eb54186d94ba5d4ff65d179f4fe52 100644 (file)
@@ -345,7 +345,7 @@ valid_program_space_id (int num)
    indicating which the program space to print information about.  */
 
 static void
-maintenance_info_program_spaces_command (char *args, int from_tty)
+maintenance_info_program_spaces_command (const char *args, int from_tty)
 {
   int requested = -1;
 
This page took 0.02356 seconds and 4 git commands to generate.