diff options
author | Markus Fischer <mfischer@php.net> | 2002-03-16 22:31:57 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-03-16 22:31:57 +0000 |
commit | 9a6296c47e123f687a61cefbea507405d75162f9 (patch) | |
tree | 16ee1f91016a4cdac8ca8989c324bc46e0cbfebb /ext/pcntl/php_pcntl.h | |
parent | 6f546e7b42f607bac71cbd5094f15e7ad50f22c2 (diff) | |
download | php-git-9a6296c47e123f687a61cefbea507405d75162f9.tar.gz |
- WS and code style fix.
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r-- | ext/pcntl/php_pcntl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index 31ed6bca41..c555cb5441 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -39,7 +39,7 @@ PHP_RINIT_FUNCTION(pcntl); PHP_RSHUTDOWN_FUNCTION(pcntl); PHP_MINFO_FUNCTION(pcntl); -PHP_FUNCTION(pcntl_fork); +PHP_FUNCTION(pcntl_fork); PHP_FUNCTION(pcntl_waitpid); PHP_FUNCTION(pcntl_wifexited); PHP_FUNCTION(pcntl_wifstopped); |