mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-02-04 11:15:57 +01:00
Removed extraneous fprintf() call
This commit is contained in:
parent
67c67f3a6b
commit
6c4765a17a
@ -216,7 +216,6 @@ static void kbd_cleanup(void)
|
|||||||
}
|
}
|
||||||
kbd_cleanup_state = NULL;
|
kbd_cleanup_state = NULL;
|
||||||
|
|
||||||
fprintf(stderr, "(SDL restoring keyboard) ");
|
|
||||||
ioctl(kbd->console_fd, KDSKBMODE, kbd->old_kbd_mode);
|
ioctl(kbd->console_fd, KDSKBMODE, kbd->old_kbd_mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user