mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +00:00
Add missing \n
svn path=/trunk/; revision=31713
This commit is contained in:
parent
93889a1f83
commit
8f6a9bb877
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ i8042KbdStartIo(
|
||||||
case IOCTL_KEYBOARD_SET_INDICATORS:
|
case IOCTL_KEYBOARD_SET_INDICATORS:
|
||||||
{
|
{
|
||||||
TRACE_(I8042PRT, "IOCTL_KEYBOARD_SET_INDICATORS\n");
|
TRACE_(I8042PRT, "IOCTL_KEYBOARD_SET_INDICATORS\n");
|
||||||
INFO_(I8042PRT, "Leds: {%s%s%s }",
|
INFO_(I8042PRT, "Leds: {%s%s%s }\n",
|
||||||
DeviceExtension->KeyboardIndicators.LedFlags & KEYBOARD_CAPS_LOCK_ON ? " CAPSLOCK" : "",
|
DeviceExtension->KeyboardIndicators.LedFlags & KEYBOARD_CAPS_LOCK_ON ? " CAPSLOCK" : "",
|
||||||
DeviceExtension->KeyboardIndicators.LedFlags & KEYBOARD_NUM_LOCK_ON ? " NUMLOCK" : "",
|
DeviceExtension->KeyboardIndicators.LedFlags & KEYBOARD_NUM_LOCK_ON ? " NUMLOCK" : "",
|
||||||
DeviceExtension->KeyboardIndicators.LedFlags & KEYBOARD_SCROLL_LOCK_ON ? " SCROLLLOCK" : "");
|
DeviceExtension->KeyboardIndicators.LedFlags & KEYBOARD_SCROLL_LOCK_ON ? " SCROLLLOCK" : "");
|
||||||
|
|
Loading…
Reference in a new issue