fixed warning

This commit is contained in:
David Anderson 2004-09-01 20:58:03 +00:00
parent ec5f9ec5ca
commit 0b5c02f678

View File

@ -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.