Declare helper function as `static`

This commit is contained in:
raichoo 2020-10-22 15:12:32 +00:00
parent a0a985a9ef
commit 57bdd0dc24
1 changed files with 1 additions and 1 deletions

View File

@ -1565,7 +1565,7 @@ done:
return success;
}
bool
static bool
set_env_vars(struct ucl_parser *parser)
{
for (char **current_var = environ; *current_var != NULL; ++current_var) {