diff options
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c index b0bb482..d9d3da0 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -314,7 +314,8 @@ select_source_symtab (struct symtab *s) path list. The theory is that set(show(dir)) should be a no-op. */ static void -set_directories_command (char *args, int from_tty, struct cmd_list_element *c) +set_directories_command (const char *args, + int from_tty, struct cmd_list_element *c) { /* This is the value that was set. It needs to be processed to maintain $cdir:$cwd and remove dups. */ |