constify to_open
[deliverable/binutils-gdb.git] / gdb / exec.c
index 371fccbd231e9e7045f93649ac11d785f037f2c4..e53a1497a0c4ea2f2ee376681d8676d9391038d0 100644 (file)
@@ -76,7 +76,7 @@ show_write_files (struct ui_file *file, int from_tty,
 
 
 static void
-exec_open (char *args, int from_tty)
+exec_open (const char *args, int from_tty)
 {
   target_preopen (from_tty);
   exec_file_attach (args, from_tty);
This page took 0.024182 seconds and 4 git commands to generate.