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:
parent
ba6a22c375
commit
dd05ef54fd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue