1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

fix compile warning

This commit is contained in:
Antony Dovgal
2011-02-08 08:40:39 +00:00
parent 169c5dc2b7
commit 09ee5944ab
+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,