Constify add_prefix_cmd
[deliverable/binutils-gdb.git] / gdb / memattr.c
index 5be6397bd0e01f5cd8f188800f442baf3d6f28a6..6ed126b75b98af128995a70ee272c3423f65fcfb 100644 (file)
@@ -684,7 +684,7 @@ delete_mem_command (const char *args, int from_tty)
 }
 
 static void
-dummy_cmd (char *args, int from_tty)
+dummy_cmd (const char *args, int from_tty)
 {
 }
 
This page took 0.024908 seconds and 4 git commands to generate.