fix build

This commit is contained in:
Antony Dovgal 2010-04-20 12:50:02 +00:00
parent 4c252d805d
commit 5d2f7ab843

View file

@ -1970,7 +1970,7 @@ static int _php_curl_setopt(php_curl *ch, long option, zval **zvalue, zval *retu
SAVE_CURL_ERROR(ch, error);
if (error != CURLE_OK) {
RETVAL_FALSE
RETVAL_FALSE;
return 1;
}