]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - typedef.c
Cleaups and README
[xonotic/gmqcc.git] / typedef.c
index 6acfa85758c353ab0da07a97706677ca151fce19..5e72cf8785f01c7400e49dbd9d636ba70f8cf88b 100644 (file)
--- a/typedef.c
+++ b/typedef.c
@@ -187,6 +187,3 @@ int typedef_add(const char *from, const char *to) {
        }
        return error(ERROR_PARSE, "cannot typedef %s (not a type)\n", from);
 }
-       
-               
-