Removed extraneous fprintf() call

This commit is contained in:
Sam Lantinga 2019-06-17 11:10:20 -07:00
parent 67c67f3a6b
commit 6c4765a17a
1 changed files with 0 additions and 1 deletions

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);
}