mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-29 14:38:29 +00:00
Removed extraneous fprintf() call
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user