From: Antony Dovgal Date: Tue, 20 Apr 2010 12:50:02 +0000 (+0000) Subject: fix build X-Git-Tag: php-5.3.3RC1~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d2f7ab8430311d3afa22da23f64d4d17aa3f282;p=php fix build --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index dcfa865f1d..b1bedb75f3 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -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; }