mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Typo fix. I was thinking oct not dec.
svn path=/trunk/; revision=16560
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user