added missing return, noticed by stippi. Thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37123 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -183,6 +183,7 @@ ScreenSaverFilter::_Invoke()
|
|||||||
// Already set the running state to avoid launching
|
// Already set the running state to avoid launching
|
||||||
// the blanker twice in any case.
|
// the blanker twice in any case.
|
||||||
fIsRunning = true;
|
fIsRunning = true;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try really hard to launch it. It's very likely that this fails,
|
// Try really hard to launch it. It's very likely that this fails,
|
||||||
|
|||||||
Reference in New Issue
Block a user