mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[NTOS:PS] Use NULL instead of 0 in ps/kill.c
This commit is contained in:
@@ -201,7 +201,7 @@ PspReapRoutine(IN PVOID Context)
|
||||
|
||||
/* Remove magic value, keep looping if it got changed */
|
||||
} while (InterlockedCompareExchangePointer((PVOID*)&PspReaperListHead.Flink,
|
||||
0,
|
||||
NULL,
|
||||
(PVOID)1) != (PVOID)1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user