[REACTOS] Replace comparison against TRUE with comparison against FALSE
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / irp.cpp
index 8e7b8ab..aab59ca 100644 (file)
@@ -504,7 +504,7 @@ CompletionRoutine(
     IN PIRP  Irp,
     IN PVOID  Context)
 {
-    if (Irp->PendingReturned == TRUE)
+    if (Irp->PendingReturned != FALSE)
     {
         KeSetEvent ((PKEVENT) Context, IO_NO_INCREMENT, FALSE);
     }