diff options
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()) { |