X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_url.c;h=0640aa710c24176786c3537f7adaadedbbf0ce54;hp=14ad6f7067b6444577571e8046e17e0f7b71979c;hb=3974e77c71879dda04f7fdc92eb0ff4f647dc1f2;hpb=860f294514633abead8ed6df000655a93e98a30c diff --git a/php_http_url.c b/php_http_url.c index 14ad6f7..0640aa7 100644 --- a/php_http_url.c +++ b/php_http_url.c @@ -1271,7 +1271,7 @@ static const char *parse_query(struct parse_state *state) tmp = ++state->ptr; state->url.query = &state->buffer[state->offset]; - while(state->ptr < state->end) { + while (state->ptr < state->end) { switch (*state->ptr) { case '#': goto done;