1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-25 12:12:50 +01:00

Warning fix

This commit is contained in:
Nekotekina 2014-07-11 10:01:23 +04:00
parent 0dfbb5de73
commit cb9c1030a9

View File

@ -123,7 +123,7 @@ public:
default: return res;
}
if (wait) wait();
if (wait != nullptr) wait();
if (timeout && counter++ > timeout)
{