1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

fix compile warning

This commit is contained in:
Antony Dovgal
2011-02-08 08:40:39 +00:00
parent 5b521b71a2
commit 2cfc526bcb
+1 -1
View File
@@ -23,7 +23,7 @@
struct fpm_globals_s fpm_globals = {
.parent_pid = 0,
.argc = NULL,
.argc = 0,
.argv = NULL,
.config = NULL,
.prefix = NULL,