diff options
author | Ben Mansell <joosters@php.net> | 2003-03-05 15:01:13 +0000 |
---|---|---|
committer | Ben Mansell <joosters@php.net> | 2003-03-05 15:01:13 +0000 |
commit | 64bb5135d96769b10ce3ac2f4231d5864effe03d (patch) | |
tree | f17830e0a8468a85b162ee7b657c5b5194f49b5e | |
parent | b68739f7f9c9838bed94dae6ef614059c1302ecf (diff) | |
download | php-git-64bb5135d96769b10ce3ac2f4231d5864effe03d.tar.gz |
C++ -> C comments
-rw-r--r-- | sapi/cgi/libfcgi/fcgiapp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/libfcgi/fcgiapp.c b/sapi/cgi/libfcgi/fcgiapp.c index 75d91f5b93..cc57c93c7e 100644 --- a/sapi/cgi/libfcgi/fcgiapp.c +++ b/sapi/cgi/libfcgi/fcgiapp.c @@ -1958,7 +1958,7 @@ int FCGX_IsCGI(void) int rc = FCGX_Init(); if (rc) { /* exit() isn't great, but hey */ - //exit((rc < 0) ? rc : -rc); + /* exit((rc < 0) ? rc : -rc); */ return 0; } } |