mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +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
|
* mark the handle as free, so this particular handle may
|
||||||
* be re-used in the future to save time.
|
* 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,
|
/* Returns an error message set. For PGSQL and MySQL,
|
||||||
* this is a direct error return from the database handle/API.
|
* this is a direct error return from the database handle/API.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user