Skip to content

Commit

Permalink
change function name to match style of main()-local functions here
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpxe committed Oct 5, 2024
1 parent 1902c89 commit d810702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3245
3246
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ usage_(void)
}

static void
check_db(void)
check_db_(void)
{
server_cb_inf inf;

Expand Down Expand Up @@ -176,7 +176,7 @@ main(int argc, char *argv[])
umask(077);
#endif

check_db();
check_db_();
welcome_(1);

/* SOCKET MAINLOOP */
Expand Down

0 comments on commit d810702

Please sign in to comment.