diff options
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r-- | gdb/corefile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c index 54cb789d797..13a90b967fe 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -509,7 +509,7 @@ complete_set_gnutarget (struct cmd_list_element *cmd, /* Set the gnutarget. */ void -set_gnutarget (char *newtarget) +set_gnutarget (const char *newtarget) { if (gnutarget_string != NULL) xfree (gnutarget_string); |