mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix strict-prototypes warning
This commit is contained in:
parent
fab1222128
commit
0f926815ca
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ void fuzzer_set_ini_file(const char *file)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int fuzzer_shutdown_php()
|
int fuzzer_shutdown_php(void)
|
||||||
{
|
{
|
||||||
php_module_shutdown();
|
php_module_shutdown();
|
||||||
sapi_shutdown();
|
sapi_shutdown();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue