mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Add a comment indicating that this return statement will never be reached.
# Perhaps it should just be removed?
This commit is contained in:
parent
539114339c
commit
d299bdc5d9
@ -173,7 +173,8 @@ PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char
|
||||
php_error(E_WARNING, "Could not execute mail delivery program");
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
|
||||
return 1; /* never reached */
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user