* tracepoint.c (print_one_static_tracepoint_marker): Constify.
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.c
index dcf53694f409db9db989fd752a34e2f8c6a20754..b65262e4189cab7a9e8e9aa119da4b03f36c1b06 100644 (file)
@@ -762,7 +762,8 @@ edit_command (char *arg, int from_tty)
   struct symbol *sym;
   char *arg1;
   char *editor;
-  char *p, *fn;
+  char *p;
+  const char *fn;
 
   /* Pull in the current default source line if necessary.  */
   if (arg == 0)
This page took 0.025998 seconds and 4 git commands to generate.