Style mismatch: Jon's catch

This commit is contained in:
Jason Greene 2002-03-04 15:02:23 +00:00
parent 800e8af417
commit c6c7380d88

View File

@ -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);