Removed extraneous fprintf() call

This commit is contained in:
Sam Lantinga 2019-06-17 11:10:20 -07:00
parent f58c5223ab
commit e8abb3a0e6

View File

@ -216,7 +216,6 @@ static void kbd_cleanup(void)
}
kbd_cleanup_state = NULL;
fprintf(stderr, "(SDL restoring keyboard) ");
ioctl(kbd->console_fd, KDSKBMODE, kbd->old_kbd_mode);
}