Commit e2f31352 authored by Vitaly Lipatov's avatar Vitaly Lipatov

PassiveTimer: remove extra ;

parent 1283436e
......@@ -65,7 +65,7 @@ bool PassiveTimer::checkTime()
// printf("times=%d, act=%d\n",times(0),timeAct);
// printf("%d\n",timeSS); msleep(10);
if( timeSS == WaitUpTime);
if( timeSS == WaitUpTime)
return false;
if( times() >= timeAct )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment