X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=lex.c;h=3be0045e36d66e1db1c2dade7fce43c1f9cbcb3e;hb=639fc8a32b35174fc4c2347fd38f76147093d6f4;hp=ae73dc1f97ac26b527b8de9bed40455f7a5620f3;hpb=d5dcb3aff72f4411c83ce97eb13006931fc186f6;p=xonotic%2Fgmqcc.git diff --git a/lex.c b/lex.c index ae73dc1..3be0045 100644 --- a/lex.c +++ b/lex.c @@ -293,7 +293,7 @@ int lex_token(struct lex_file *file) { if (!strncmp(X, "entity", sizeof("entity"))) \ return TOKEN_ENTITY; \ if (!strncmp(X, "void" , sizeof("void"))) \ - return TOKEN_VOID; \ + return TOKEN_VOID; \ } while(0) TEST_TYPE(file->lastok);