Constify add_setshow_*
[deliverable/binutils-gdb.git] / gdb / target-descriptions.c
index 4f5e9d60a6d98b5855d6ee4ffeaa9fd7149d6395..3a5999c50de3ae97f84f648bb3ea08c845c7e88d 100644 (file)
@@ -1874,7 +1874,7 @@ unset_tdesc_cmd (const char *args, int from_tty)
 }
 
 static void
-set_tdesc_filename_cmd (char *args, int from_tty,
+set_tdesc_filename_cmd (const char *args, int from_tty,
                        struct cmd_list_element *c)
 {
   xfree (target_description_filename);
This page took 0.02509 seconds and 4 git commands to generate.