Typo fix. I was thinking oct not dec.

svn path=/trunk/; revision=16560
This commit is contained in:
James Tabor 2005-07-14 00:27:53 +00:00
parent be123f5a26
commit ad6a045f5b

View file

@ -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++)
{