diff --git a/tests/unit/unit1627.c b/tests/unit/unit1627.c index 7d1250ead4..a75e26c1dd 100644 --- a/tests/unit/unit1627.c +++ b/tests/unit/unit1627.c @@ -86,7 +86,6 @@ static CURLcode test_unit1627(const char *arg) curl_mprintf("Input: %s is not lowercase: %s\n", buffer, get->name); break; } - } for(j = 0; j < CURL_ARRAYSIZE(notokay); j++) { const struct Curl_scheme *get = Curl_get_scheme(notokay[j]);