diff --git a/Cargo.lock b/Cargo.lock index 83188049b..fde486a82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "limbo_sqlite3" -version = "0.0.1" +version = "0.0.3" dependencies = [ "cbindgen", "env_logger 0.11.3", diff --git a/sqlite3/include/sqlite3.h b/sqlite3/include/sqlite3.h index aa942c7fe..6a95c7b01 100644 --- a/sqlite3/include/sqlite3.h +++ b/sqlite3/include/sqlite3.h @@ -243,7 +243,7 @@ const char *sqlite3_libversion(void); int sqlite3_libversion_number(void); #ifdef __cplusplus -} // extern "C" -#endif // __cplusplus +} // extern "C" +#endif // __cplusplus -#endif /* LIMBO_SQLITE3_H */ \ No newline at end of file +#endif /* LIMBO_SQLITE3_H */