]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - code.c
Cleanup for builds
[xonotic/gmqcc.git] / code.c
diff --git a/code.c b/code.c
index 05ffe70ca3561a73fdb37645b042f04953ba86e4..e4c2fc13fdaa553fb4a15d5dbb90e51c3558073c 100644 (file)
--- a/code.c
+++ b/code.c
@@ -37,7 +37,7 @@
  */
 typedef union {
     void   *enter;
-    qcint_t   leave;
+    qcint_t leave;
 } code_hash_entry_t;
 
 /* Some sanity macros */