summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-16 01:28:57 +0000
committerWez Furlong <wez@php.net>2002-03-16 01:28:57 +0000
commit09213d7bf88d0f947d7e89fa1af91e43edd36bb7 (patch)
treeb000df5886d216533bf2a999197a3d71670acbe7 /ext/standard/exec.c
parenta1667db82da02610d26d05278601a0d381ee4f6d (diff)
downloadphp-git-09213d7bf88d0f947d7e89fa1af91e43edd36bb7.tar.gz
change * formatting
Diffstat (limited to 'ext/standard/exec.c')
-rw-r--r--ext/standard/exec.c2
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