mirror of https://github.com/encounter/SDL.git
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