[NTOS:PS] Use NULL instead of 0 in ps/kill.c

This commit is contained in:
Timo Kreuzer
2019-03-06 00:49:59 +01:00
parent 33c6f6f4b5
commit 8a4c5763da
+1 -1
View File
@@ -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);
}