]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - typedef.c
2 missind free->mem_d in MEM_VECTOR macros
[xonotic/gmqcc.git] / typedef.c
index 106310a79c1650283a12f8f4d89bb6f1a4fcb73b..9d869f184949c40d075d910970bbe1665d50681c 100644 (file)
--- a/typedef.c
+++ b/typedef.c
@@ -49,7 +49,7 @@ void typedef_clear() {
     }
 }
 
-int typedef_add(struct lex_file *file, const char *from, const char *to) {
+int typedef_add(lex_file *file, const char *from, const char *to) {
     unsigned int  hash = typedef_hash(to);
     typedef_node *find = typedef_table[hash];