Fix build bustage (TM).

Former-commit-id: 58d6835c1794423101e92664a8f4e36b40826638
This commit is contained in:
David Anderson 2013-02-14 02:00:29 -08:00
parent 07aaf3713c
commit afd0acd4a7

View File

@ -620,7 +620,7 @@ int set_amxnatives(AMX* amx, char error[128])
int unload_amxscript(AMX* amx, void** program) int unload_amxscript(AMX* amx, void** program)
{ {
#if !defined JIT #if defined JIT
int flags = amx->flags; int flags = amx->flags;
#endif #endif