mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
Style mismatch: Jon's catch
This commit is contained in:
parent
800e8af417
commit
c6c7380d88
@ -341,7 +341,7 @@ static char *php_strerror(int error) {
|
||||
#ifndef PHP_WIN32
|
||||
if (error < -10000) {
|
||||
error += 10000;
|
||||
error=-error;
|
||||
error = -error;
|
||||
|
||||
#ifdef HAVE_HSTRERROR
|
||||
buf = hstrerror(error);
|
||||
|
Loading…
Reference in New Issue
Block a user