diff options
Diffstat (limited to 'gdb/agent.c')
-rw-r--r-- | gdb/agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/agent.c b/gdb/agent.c index c0f10aa..f04845e 100644 --- a/gdb/agent.c +++ b/gdb/agent.c @@ -44,7 +44,7 @@ show_can_use_agent (struct ui_file *file, int from_tty, } static void -set_can_use_agent (char *args, int from_tty, struct cmd_list_element *c) +set_can_use_agent (const char *args, int from_tty, struct cmd_list_element *c) { if (target_use_agent (can_use_agent == can_use_agent_on) == 0) /* Something wrong during setting, set flag to default value. */ |