]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lex.c
Cleanups
[xonotic/gmqcc.git] / lex.c
diff --git a/lex.c b/lex.c
index ae73dc1f97ac26b527b8de9bed40455f7a5620f3..3be0045e36d66e1db1c2dade7fce43c1f9cbcb3e 100644 (file)
--- 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);