diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index a9255d7..f3226b9 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -2087,7 +2087,7 @@ target_detach (const char *args, int from_tty) } void -target_disconnect (char *args, int from_tty) +target_disconnect (const char *args, int from_tty) { /* If we're in breakpoints-always-inserted mode or if breakpoints are global across processes, we have to remove them before |