[ros-diffs] [dchapyshev] 41369: - Fix typo
dchapyshev at svn.reactos.org
dchapyshev at svn.reactos.org
Wed Jun 10 20:09:16 CEST 2009
Author: dchapyshev
Date: Wed Jun 10 22:09:15 2009
New Revision: 41369
URL: http://svn.reactos.org/svn/reactos?rev=41369&view=rev
Log:
- Fix typo
Modified:
trunk/reactos/ntoskrnl/ke/procobj.c
Modified: trunk/reactos/ntoskrnl/ke/procobj.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/procobj.c?rev=41369&r1=41368&r2=41369&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ke/procobj.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ke/procobj.c [iso-8859-1] Wed Jun 10 22:09:15 2009
@@ -278,7 +278,7 @@
if (Process->BasePriority == Priority) return Process->BasePriority;
/* If the caller gave priority 0, normalize to 1 */
- if (!LOW_PRIORITY) Priority = LOW_PRIORITY + 1;
+ if (!Priority) Priority = LOW_PRIORITY + 1;
/* Lock the process */
KiAcquireProcessLock(Process, &ProcessLock);
More information about the Ros-diffs
mailing list