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:
Jérôme Duval 2010-06-12 19:00:11 +00:00
parent ef0522d296
commit 30dabe8cd9

View File

@ -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,