mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
C++ -> C comments
This commit is contained in:
parent
b68739f7f9
commit
64bb5135d9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue