[KS] Fix a bug found by GCC 13

This commit is contained in:
Timo Kreuzer 2024-03-14 20:07:38 +02:00
parent 109b84826e
commit f5e54015ee

View file

@ -168,7 +168,7 @@ IKsProcessingObject_fnProcessingObjectWork(
{
/* check if the and-gate has been enabled again */
if (&This->Gate.Count != 0)
if (This->Gate.Count != 0)
{
/* gate is open */
DPRINT1("processing object gate open\n");