Fix typos Modified: trunk/reactos/ntoskrnl/ex/resource.c _____
Modified: trunk/reactos/ntoskrnl/ex/resource.c --- trunk/reactos/ntoskrnl/ex/resource.c 2006-01-13 00:15:53 UTC (rev 20824) +++ trunk/reactos/ntoskrnl/ex/resource.c 2006-01-13 00:16:51 UTC (rev 20825) @@ -708,10 +708,10 @@
for (i = 1; i < Size; i++) { /* Move to next entry */ - Owner++ + Owner++;
/* Get the thread */ - OwnerThread = (PKTHREAD)OwnerEntry->OwnerThread; + OwnerThread = (PKTHREAD)Owner->OwnerThread;
/* Boost it */ if (OwnerThread) ExpBoostOwnerThread(Thread, OwnerThread);