[META/CI] Thanks CI for catching this!

This commit is contained in:
LDA 2024-09-12 20:06:33 +02:00
commit e0e398bfb5
4 changed files with 4 additions and 0 deletions

View file

@ -114,5 +114,6 @@ Main(Array *args, HashMap *env)
}
Log(LOG_ERR, "%s: couldn't open DB '%s'", exec, db_path);
(void) env;
return EXIT_FAILURE;
}