mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Typo fix. I was thinking oct not dec.
svn path=/trunk/; revision=16560
This commit is contained in:
parent
be123f5a26
commit
ad6a045f5b
1 changed files with 1 additions and 1 deletions
|
@ -1153,7 +1153,7 @@ NtUserVkKeyScanEx(
|
||||||
0x01 Shift key
|
0x01 Shift key
|
||||||
0x02 Ctrl key
|
0x02 Ctrl key
|
||||||
0x04 Alt 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++)
|
for(CapsState = 0; CapsState < vtwTbl->nModifications; CapsState++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue