Skip to content

Commit

Permalink
Use prototype definition instead of old K&R style
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and ko1 committed Dec 15, 2021
1 parent b43338c commit db3ab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash.c
Expand Up @@ -5369,7 +5369,7 @@ env_aset(VALUE nm, VALUE val)
}

static int
env_entry_count()
env_entry_count(void)
{
int i;
char **env;
Expand Down

0 comments on commit db3ab44

Please sign in to comment.