aboutsummaryrefslogtreecommitdiffstats
path: root/tests/db/db_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/db/db_test.c')
-rw-r--r--tests/db/db_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/db/db_test.c b/tests/db/db_test.c
index bbca58585..6962aa3bf 100644
--- a/tests/db/db_test.c
+++ b/tests/db/db_test.c
@@ -50,7 +50,7 @@
int main() {
- if (db_init("hlr.sqlite3", NULL)) {
+ if (db_init("hlr.sqlite3")) {
printf("DB: Failed to init database. Please check the option settings.\n");
return 1;
}