[REACTOS] Replace comparison against TRUE with comparison against FALSE
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / pin_wavecyclic.cpp
index fbdd666..c9f86c3 100644 (file)
@@ -646,7 +646,7 @@ CPortPinWaveCyclic::GeneratePositionEvents(
         // get event entry context
         Context = (PLOOPEDSTREAMING_EVENT_CONTEXT)(EventEntry + 1);
 
-        if (Context->bLoopedStreaming == TRUE)
+        if (Context->bLoopedStreaming != FALSE)
         {
             if (NewOffset > OldOffset)
             {