From ed3a2a6da386c887ff721dfd3b559cb7b12f383d Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Fri, 16 Oct 2009 22:38:43 +0000 Subject: * That's the last time I trust myself to make even super-trivial fixes to patches without testing them again :-( --- src/ui/ui_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui') diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 15699991..34fe8b98 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -291,9 +291,9 @@ static qboolean UI_ServerInfoIsValid( char *info ) } if( len ) - return qfalse; - else return qtrue; + else + return qfalse; } /* -- cgit