diff options
Diffstat (limited to 'src/keyboard.c')
| -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 c471a91ebfb..7bc406aab31 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3742,7 +3742,7 @@ kbd_buffer_events_waiting (int discard)  /* Clear input event EVENT.  */ -static INLINE void +static inline void  clear_event (struct input_event *event)  {    event->kind = NO_EVENT;  | 
