mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Nit
This commit is contained in:
parent
c18418bed0
commit
eeed305b07
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ pub extern "system" fn Java_org_github_tursodatabase_core_LimboStatement_step<'l
|
|||
pub extern "system" fn Java_org_github_tursodatabase_core_LimboStatement__1close<'local>(
|
||||
_env: JNIEnv<'local>,
|
||||
_obj: JObject<'local>,
|
||||
stmt_ptr: jlong
|
||||
stmt_ptr: jlong,
|
||||
) {
|
||||
LimboStatement::drop(stmt_ptr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue