Skip to content

Commit ec76634

Browse files
committed
Found a single instance of 'sqlite_lib'.
Please don't ask how I noticed this.
1 parent 6eb988a commit ec76634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ function sqlite3_os_end()
404404
)
405405
end
406406
function sqlite3_free_table(result::Array{AbstractString,1})
407-
return ccall( (:sqlite3_free_table, sqlite_lib),
407+
return ccall( (:sqlite3_free_table, sqlite3_lib),
408408
Void, (Ptr{Ptr{Void}},),
409409
result)
410410
end

0 commit comments

Comments
 (0)