]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - code.c
Happy new year!
[xonotic/gmqcc.git] / code.c
diff --git a/code.c b/code.c
index 05ffe70ca3561a73fdb37645b042f04953ba86e4..0c3e5a36611c3a62ed4f3326570ac96e4737bcf2 100644 (file)
--- a/code.c
+++ b/code.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, 2013
+ * Copyright (C) 2012, 2013, 2014
  *     Dale Weiler
  *     Wolfgang Bumiller
  *
@@ -37,7 +37,7 @@
  */
 typedef union {
     void   *enter;
-    qcint_t   leave;
+    qcint_t leave;
 } code_hash_entry_t;
 
 /* Some sanity macros */