Compile fix.

This commit is contained in:
kh1
2009-12-03 12:02:48 +01:00
parent 43df685c68
commit 72ed9b5b51

View File

@@ -1257,7 +1257,7 @@ void MaemoRunControl::executionFinished()
void MaemoRunControl::stop() void MaemoRunControl::stop()
{ {
if (!isRunning() if (!isRunning())
return; return;
stoppedByUser = true; stoppedByUser = true;