mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
fixed warning
This commit is contained in:
parent
ec5f9ec5ca
commit
0b5c02f678
@ -77,7 +77,7 @@ native dbi_free_result(&Result:result);
|
||||
* mark the handle as free, so this particular handle may
|
||||
* be re-used in the future to save time.
|
||||
*/
|
||||
native dbi_close(&Sql:sql);
|
||||
native dbi_close(&Sql:_sql);
|
||||
|
||||
/* Returns an error message set. For PGSQL and MySQL,
|
||||
* this is a direct error return from the database handle/API.
|
||||
|
Loading…
Reference in New Issue
Block a user