diff options
Diffstat (limited to 'gdb/serial.c')
-rw-r--r-- | gdb/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/serial.c b/gdb/serial.c index 32d4f5a..a2895d2 100644 --- a/gdb/serial.c +++ b/gdb/serial.c @@ -661,7 +661,7 @@ static const char *parity = parity_none; /* Set serial_parity value. */ static void -set_parity (char *ignore_args, int from_tty, struct cmd_list_element *c) +set_parity (const char *ignore_args, int from_tty, struct cmd_list_element *c) { if (parity == parity_odd) serial_parity = GDBPARITY_ODD; |