]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
fixed a typo in asm_instr[]: ES_FNC->EQ_FNC
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 29 Jun 2012 13:41:56 +0000 (15:41 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 29 Jun 2012 13:41:56 +0000 (15:41 +0200)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index 7671799f4c735a85adfcf6fd81bba34653aeed80..e814bce6c9ac70f23c1e37c79b88e52c5d476fa7 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -586,7 +586,7 @@ static const struct {
     { "EQ_V"      , 0, 4 },
     { "EQ_S"      , 0, 4 },
     { "EQ_E"      , 0, 4 },
-    { "ES_FNC"    , 0, 6 },
+    { "EQ_FNC"    , 0, 6 },
     { "NE_F"      , 0, 4 },
     { "NE_V"      , 0, 4 },
     { "NE_S"      , 0, 4 },