astyle fix

This commit is contained in:
Reijo Tomperi 2009-06-02 23:13:29 +03:00
parent b4c637c58b
commit 5ca3ba59d5
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ void CheckThread::run()
} }
if (mState == Running) if (mState == Running)
mState = Ready; mState = Ready;
else else
mState = Stopped; mState = Stopped;
emit Done(); emit Done();