diff options
author | /dev/humancontroller <devhc@example.com> | 2014-07-12 16:07:46 +0200 |
---|---|---|
committer | enneract <trem.redman@gmail.com> | 2014-07-12 17:06:40 +0200 |
commit | faabf7d64658ae47842b4ccabdb4b68513f3cdf7 (patch) | |
tree | c6068758e0e9b7cd504acb93e8830b95215f97d2 /src/ui | |
parent | 267a7f3eb261f8e9ad63570a2f39e18fc2a91b1c (diff) |
fix a bunch of compiler warnings
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index ef53272..783fa12 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -866,7 +866,7 @@ static void UI_BuildServerStatus( qboolean force ) UI_BuildServerDisplayList ================== */ -static void UI_BuildServerDisplayList( qboolean force ) +static void UI_BuildServerDisplayList( int force ) { int i, count, clients, maxClients, ping, len, visible; char info[MAX_STRING_CHARS]; |