2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-01 01:25:38 +03:00

Undef IGETINDEX_CHECK_FIELD after usage

This commit is contained in:
In-line 2017-04-25 18:13:36 +04:00
parent 1609e42d86
commit 330a389843

View File

@ -977,6 +977,8 @@ int EXT_FUNC iGetIndex(const char *pszField)
IGETINDEX_CHECK_FIELD(noise3);
IGETINDEX_CHECK_FIELD(globalname);
#undef IGETINDEX_CHECK_FIELD
return -1;
}