diff options
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 128edc2..b7ff5cc 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -859,7 +859,7 @@ windows_clear_solib (void) } static void -signal_event_command (char *args, int from_tty) +signal_event_command (const char *args, int from_tty) { uintptr_t event_id = 0; char *endargs = NULL; |