From 5c75e1e5c2b4cc5d77b62ea2824a37655d13e2f9 Mon Sep 17 00:00:00 2001 From: mazmazz Date: Sun, 23 Dec 2018 03:39:27 -0500 Subject: [PATCH] Buildbot fixes --- src/hu_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index ee7d84096..72b1ab27f 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -913,7 +913,7 @@ static INT32 head = 0, tail = 0;*/ // WHY DO YOU OVERCOMPLICATE EVERYTHING????????? // 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 char c; // current character we're iterating.