]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.c
Strict prototyping
[xonotic/gmqcc.git] / ftepp.c
diff --git a/ftepp.c b/ftepp.c
index 0a9ff5b64ee47339cf1a76c0bb44986e348aa14c..55d4fffb1e3330cb4e6f4b605a3c6ce1a61cf414 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
@@ -316,7 +316,7 @@ static void ppmacro_delete(ppmacro *self)
     mem_d(self);
 }
 
-static ftepp_t* ftepp_new()
+static ftepp_t* ftepp_new(void)
 {
     ftepp_t *ftepp;