diff options
Diffstat (limited to 'gdb/cli/cli-cmds.c')
-rw-r--r-- | gdb/cli/cli-cmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index c522df9..c009941 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -814,7 +814,7 @@ edit_command (char *arg, int from_tty) } else { - char *arg1; + const char *arg1; /* Now should only be one argument -- decode it in SAL. */ arg1 = arg; @@ -892,7 +892,7 @@ static void list_command (char *arg, int from_tty) { struct symbol *sym; - char *arg1; + const char *arg1; int no_end = 1; int dummy_end = 0; int dummy_beg = 0; |