diff options
Diffstat (limited to 'ext/standard/exec.c')
-rw-r--r-- | ext/standard/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/exec.c b/ext/standard/exec.c index 34a4cfbaf8..f5f337fee5 100644 --- a/ext/standard/exec.c +++ b/ext/standard/exec.c @@ -51,7 +51,7 @@ int php_Exec(int type, char *cmd, pval *array, pval *return_value TSRMLS_DC) int overflow_limit, lcmd, ldir; int rsrc_id; char *b, *c, *d=NULL; - php_stream * stream = NULL; + php_stream *stream = NULL; #if PHP_SIGCHILD void (*sig_handler)(); #endif |