From ad6a045f5bc952dae305d93f4af58895d2e6af57 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Thu, 14 Jul 2005 00:27:53 +0000 Subject: [PATCH] Typo fix. I was thinking oct not dec. svn path=/trunk/; revision=16560 --- reactos/subsys/win32k/ntuser/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/ntuser/keyboard.c b/reactos/subsys/win32k/ntuser/keyboard.c index 6f5a6550e19..6c9fe5e3193 100644 --- a/reactos/subsys/win32k/ntuser/keyboard.c +++ b/reactos/subsys/win32k/ntuser/keyboard.c @@ -1153,7 +1153,7 @@ NtUserVkKeyScanEx( 0x01 Shift key 0x02 Ctrl key 0x04 Alt key - Should have only 7 valid possibilities. + Should have only 8 valid possibilities. Including zero. */ for(CapsState = 0; CapsState < vtwTbl->nModifications; CapsState++) {