; * src/keyboard.c (read_event_from_main_queue): Fix indentation.
This commit is contained in:
parent
f2e2cd5969
commit
5f8878796e
1 changed files with 1 additions and 1 deletions
|
@ -2192,7 +2192,7 @@ read_event_from_main_queue (struct timespec *end_time,
|
|||
save_getcjmp (save_jump);
|
||||
restore_getcjmp (local_getcjmp);
|
||||
if (!end_time)
|
||||
timer_start_idle ();
|
||||
timer_start_idle ();
|
||||
c = kbd_buffer_get_event (&kb, used_mouse_menu, end_time);
|
||||
restore_getcjmp (save_jump);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue