X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_request_api.c;h=b8173bc5ef7060190b1c3aed794393ba1c837ab3;hb=693d9b2fa7b012575d4cee54b109264b269a3bda;hp=a83cacfa6da3f0666d8890e1fc505414b15f5c19;hpb=0cd27fd7548bc1cc3ca19e736f286fe4a6ad749b;p=m6w6%2Fext-http diff --git a/http_request_api.c b/http_request_api.c index a83cacf..b8173bc 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -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; }