diff --git a/src/main.cpp b/src/main.cpp index 335515e..bbc33d1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -104,6 +104,8 @@ static int load_confile() { // first log here hlogi("%s version: %s", g_exec_path, hv_compile_version()); hlog_fsync(); + + return 0; } int main(int argc, char *argv[]) {