]> granicus.if.org Git - php/commitdiff
fix build
authorAntony Dovgal <tony2001@php.net>
Tue, 20 Apr 2010 12:50:02 +0000 (12:50 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 20 Apr 2010 12:50:02 +0000 (12:50 +0000)
ext/curl/interface.c

index dcfa865f1d9f0171b5f00b926b7e001a2660838b..b1bedb75f366927bc743b11d5091abb5bc97aae4 100644 (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;
                                }