mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
fix jim's copypasta
svn path=/trunk/; revision=38753
This commit is contained in:
parent
e3b9b100e1
commit
3bb7973d97
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ __inline static PUSER_HANDLE_ENTRY alloc_user_entry(PUSER_HANDLE_TABLE ht)
|
||||||
iMonitor++;
|
iMonitor++;
|
||||||
break;
|
break;
|
||||||
case otTimer:
|
case otTimer:
|
||||||
iMonitor++;
|
iTimer++;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue