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:
parent
ef0522d296
commit
30dabe8cd9
@ -183,6 +183,7 @@ ScreenSaverFilter::_Invoke()
|
||||
// Already set the running state to avoid launching
|
||||
// the blanker twice in any case.
|
||||
fIsRunning = true;
|
||||
return;
|
||||
}
|
||||
|
||||
// Try really hard to launch it. It's very likely that this fails,
|
||||
|
Loading…
Reference in New Issue
Block a user