Skip to content

Commit

Permalink
Fix strict-prototypes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Aug 30, 2021
1 parent fab1222 commit 0f92681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/fuzzer/fuzzer-sapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void fuzzer_set_ini_file(const char *file)
}


int fuzzer_shutdown_php()
int fuzzer_shutdown_php(void)
{
php_module_shutdown();
sapi_shutdown();
Expand Down

0 comments on commit 0f92681

Please sign in to comment.