-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / cli / cli-script.c
index c3f1c65b228fe5f8ed6a928f041ce1ca027dce42..33b657d64f1ac26219bc9a8eed2c9db3001a3096 100644 (file)
@@ -166,7 +166,7 @@ build_command_line (enum command_control_type type, const char *args)
    such as "if" and "while".  */
 
 struct command_line *
-get_command_line (enum command_control_type type, char *arg)
+get_command_line (enum command_control_type type, const char *arg)
 {
   struct command_line *cmd;
   struct cleanup *old_chain = NULL;
This page took 0.02558 seconds and 4 git commands to generate.