mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +00:00
Buildbot fixes
This commit is contained in:
parent
6ebc41a554
commit
3703a032f0
1 changed files with 1 additions and 1 deletions
|
@ -913,7 +913,7 @@ static INT32 head = 0, tail = 0;*/
|
||||||
// WHY DO YOU OVERCOMPLICATE EVERYTHING?????????
|
// WHY DO YOU OVERCOMPLICATE EVERYTHING?????????
|
||||||
|
|
||||||
// Clear spaces so we don't end up with messages only made out of emptiness
|
// Clear spaces so we don't end up with messages only made out of emptiness
|
||||||
static boolean HU_clearChatSpaces()
|
static boolean HU_clearChatSpaces(void)
|
||||||
{
|
{
|
||||||
size_t i = 0; // Used to just check our message
|
size_t i = 0; // Used to just check our message
|
||||||
char c; // current character we're iterating.
|
char c; // current character we're iterating.
|
||||||
|
|
Loading…
Reference in a new issue