Fix compile.

This commit is contained in:
Steve Checkoway
2006-09-15 23:36:05 +00:00
parent 06268ef92b
commit db88a9a4fd
+1 -1
View File
@@ -114,7 +114,7 @@ static void CheckFocus()
if( ChangeAppPri() ) if( ChangeAppPri() )
{ {
if( bHasFocus ) if( HOOKS->AppHasFocus() )
HOOKS->BoostPriority(); HOOKS->BoostPriority();
else else
HOOKS->UnBoostPriority(); HOOKS->UnBoostPriority();