mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:47:16 +03:00
lib1536: checksrc compliance
This commit is contained in:
parent
5c4a526388
commit
30593d4534
1 changed files with 2 additions and 1 deletions
|
|
@ -72,7 +72,8 @@ int test(char *URL)
|
|||
if(memcmp(scheme, "HTTP", 5) != 0) {
|
||||
fprintf(stderr, "%s:%d scheme of http resource is incorrect; "
|
||||
"expected 'HTTP' but is %s\n",
|
||||
__FILE__, __LINE__, CURLPROTO_HTTP, (scheme == NULL ? "NULL" : "invalid"));
|
||||
__FILE__, __LINE__, CURLPROTO_HTTP,
|
||||
(scheme == NULL ? "NULL" : "invalid"));
|
||||
res = CURLE_HTTP_RETURNED_ERROR;
|
||||
goto test_cleanup;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue