diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-04-29 12:59:26 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-04-29 12:59:26 +0000 |
commit | e81addb5ca39d1801e9a181df7a9311154bb3bcb (patch) | |
tree | 531e71f85eaf2ab62fcd796018453539c1f12048 /sapi | |
parent | 4b4fae6aa42a2c182648b9c6a452f4be036fed53 (diff) | |
download | php-git-e81addb5ca39d1801e9a181df7a9311154bb3bcb.tar.gz |
C++ comments.
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/milter/php_milter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/milter/php_milter.c b/sapi/milter/php_milter.c index 062bd2c2c9..b46347ce0d 100644 --- a/sapi/milter/php_milter.c +++ b/sapi/milter/php_milter.c @@ -1076,7 +1076,7 @@ int main(int argc, char *argv[]) ap_php_optind++; } - // check if file exists, exit else + /* check if file exists, exit else */ if (dofork) { switch(fork()) { |