diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-16 22:38:43 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:52 +0000 |
commit | ed3a2a6da386c887ff721dfd3b559cb7b12f383d (patch) | |
tree | 2b76995a1eb5be532e9e340e64e26005a22b5bab | |
parent | d1abff28e40d86c34e93ddbf2af222ffe552f6b8 (diff) |
* That's the last time I trust myself to make even super-trivial fixes to patches without testing them again :-(
-rw-r--r-- | src/ui/ui_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } /* |