sqlite: removes weird spacing

This commit is contained in:
Andreas Rumpf
2016-11-22 10:01:14 +01:00
parent 439f43fc52
commit 83ffc6bf54

View File

@@ -130,7 +130,7 @@ type
const
SQLITE_STATIC* = nil
SQLITE_TRANSIENT* = cast[Tbind_destructor_func](- 1)
SQLITE_TRANSIENT* = cast[Tbind_destructor_func](-1)
proc close*(para1: PSqlite3): int32{.cdecl, dynlib: Lib, importc: "sqlite3_close".}
proc exec*(para1: PSqlite3, sql: cstring, para3: Callback, para4: pointer,