mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
- Fix typo
svn path=/trunk/; revision=41369
This commit is contained in:
parent
5c0e22fb27
commit
067ab38bb7
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ KeSetPriorityAndQuantumProcess(IN PKPROCESS Process,
|
|||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue