1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

removed a warning

This commit is contained in:
Kenichi Ishigaki 2011-08-24 02:47:51 +00:00
parent ba6a22c375
commit dd05ef54fd

View file

@ -153,7 +153,7 @@ update_hook(dbh, hook)
RETVAL
SV*
static int
set_authorizer(dbh, authorizer)
SV *dbh
SV *authorizer
@ -161,7 +161,7 @@ set_authorizer(dbh, authorizer)
DBD::SQLite::db::sqlite_set_authorizer = 1
CODE:
{
RETVAL = (SV*) sqlite_db_set_authorizer( aTHX_ dbh, authorizer );
RETVAL = sqlite_db_set_authorizer( aTHX_ dbh, authorizer );
}
OUTPUT:
RETVAL