X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=typedef.c;h=731ab7f2ff1ff545f7cd21fca770957aa13717e3;hb=17643c994040223380ff501aefe0685cecc6cb26;hp=063a501f15f80f7eafc8a7073e503e6ec863bc79;hpb=05966ee00986535f426c5d2229397eab4b15412e;p=xonotic%2Fgmqcc.git diff --git a/typedef.c b/typedef.c index 063a501..731ab7f 100644 --- a/typedef.c +++ b/typedef.c @@ -71,7 +71,7 @@ int typedef_add(lex_file *file, const char *from, const char *to) { return -100; } else { /* search the typedefs for it (typedef-a-typedef?) */ - typedef_node *find = typedef_table[typedef_hash(from)]; + find = typedef_table[typedef_hash(from)]; if (find) { typedef_table[hash] = mem_a(sizeof(typedef_node)); if (typedef_table[hash])