X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=code.c;h=e4c2fc13fdaa553fb4a15d5dbb90e51c3558073c;hb=556a84a46f8838ec6d548356bc721bf03f752436;hp=05ffe70ca3561a73fdb37645b042f04953ba86e4;hpb=033cf7c7d397c3fdc23a1448b0068000219efef6;p=xonotic%2Fgmqcc.git diff --git a/code.c b/code.c index 05ffe70..e4c2fc1 100644 --- 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 */