diff options
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 8128eaca2d9..48627162ff5 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3299,7 +3299,7 @@ kbd_buffer_store_event (event) | |||
| 3299 | 3299 | ||
| 3300 | if (c == quit_char) | 3300 | if (c == quit_char) |
| 3301 | { | 3301 | { |
| 3302 | static SIGTYPE interrupt_signal (int); | 3302 | static SIGTYPE interrupt_signal P_ ((int)); |
| 3303 | #ifdef MULTI_KBOARD | 3303 | #ifdef MULTI_KBOARD |
| 3304 | KBOARD *kb; | 3304 | KBOARD *kb; |
| 3305 | struct input_event *sp; | 3305 | struct input_event *sp; |