diff options
Diffstat (limited to 'gdb/symfile-debug.c')
-rw-r--r-- | gdb/symfile-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c index 32dafa8..d67985f 100644 --- a/gdb/symfile-debug.c +++ b/gdb/symfile-debug.c @@ -645,7 +645,7 @@ objfile_set_sym_fns (struct objfile *objfile, const struct sym_fns *sf) } static void -set_debug_symfile (char *args, int from_tty, struct cmd_list_element *c) +set_debug_symfile (const char *args, int from_tty, struct cmd_list_element *c) { struct program_space *pspace; struct objfile *objfile; |