added AMX_ERR_GENERAL to the error list

This commit is contained in:
David Anderson 2006-10-27 05:49:34 +00:00
parent e93e75fa39
commit 4e1d420495

View File

@ -264,6 +264,7 @@ enum {
#define AMX_ERR_DIVIDE 11
#define AMX_ERR_NOTFOUND 19
#define AMX_ERR_PARAMS 25
#define AMX_ERR_GENERAL 27
#define INVALID_HANDLE -1