mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Refactor.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "sqlite3.h"
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
int main() {
|
||||
int rc = sqlite3_initialize();
|
||||
if (rc != SQLITE_OK) return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user