- fix some gcc warnings
[m6w6/ext-http] / http_request_api.c
index a83cacfa6da3f0666d8890e1fc505414b15f5c19..b8173bc5ef7060190b1c3aed794393ba1c837ab3 100644 (file)
@@ -968,7 +968,7 @@ static inline zval *_http_curl_getopt_ex(HashTable *options, char *key, size_t k
                        case IS_DOUBLE: convert_to_double_ex(zoption);  break;
                        case IS_STRING: convert_to_string_ex(zoption);  break;
                        case IS_ARRAY:  convert_to_array_ex(zoption);   break;
-                       case IS_OBJECT: convert_to_object_ex(zoption);  break;
+                       case IS_OBJECT: convert_to_object_ex(zoption);  break;
                        default:
                        break;
                }