gcc didn't like this

This commit is contained in:
David Anderson
2006-06-04 07:42:10 +00:00
parent afb8fb0019
commit f1f683dca7
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ static cell AMX_NATIVE_CALL SQL_SetAffinity(AMX *amx, cell *params)
return 0;
}
extern AMX_NATIVE_INFO g_BaseSqlNatives[] =
AMX_NATIVE_INFO g_BaseSqlNatives[] =
{
{"SQL_MakeDbTuple", SQL_MakeDbTuple},
{"SQL_FreeHandle", SQL_FreeHandle},