diff options
author | /dev/humancontroller <devhc@example.com> | 2015-02-02 00:18:01 +0100 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-02-07 17:34:58 +0100 |
commit | 67b417c41984ad49d1c13f31832eaa5fa825bd3b (patch) | |
tree | d857413298cd7ece92c9281d141328cf07c6df07 /src/ui/ui_main.c | |
parent | df10b2a4424296ab35f2826cc67ac4257655c02a (diff) |
silence a bunch of compiler warnings
Diffstat (limited to 'src/ui/ui_main.c')
-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 74a937a8..95aed52b 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]; |