From: Wolfgang (Blub) Bumiller Date: Fri, 29 Jun 2012 13:41:56 +0000 (+0200) Subject: fixed a typo in asm_instr[]: ES_FNC->EQ_FNC X-Git-Tag: 0.1-rc1~461 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=97f34d9adda70ca265d22ca9b5d9eefcf46c50de;p=xonotic%2Fgmqcc.git fixed a typo in asm_instr[]: ES_FNC->EQ_FNC --- diff --git a/gmqcc.h b/gmqcc.h index 7671799..e814bce 100644 --- 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 },