Skip to content

Commit 0f92681

Browse files
committed
Fix strict-prototypes warning
1 parent fab1222 commit 0f92681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fuzzer/fuzzer-sapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void fuzzer_set_ini_file(const char *file)
220220
}
221221

222222

223-
int fuzzer_shutdown_php()
223+
int fuzzer_shutdown_php(void)
224224
{
225225
php_module_shutdown();
226226
sapi_shutdown();

0 commit comments

Comments
 (0)