diff --git a/src/tool_writeout.c b/src/tool_writeout.c index d394411b0..d5b0bc44f 100644 --- a/src/tool_writeout.c +++ b/src/tool_writeout.c @@ -324,7 +324,7 @@ void ourWriteOut(CURL *curl, struct OutStruct *outs, const char *writeinfo) curl_easy_getinfo(curl, CURLINFO_SCHEME, &stringp)) fprintf(stream, "%s", stringp); - /* FALLTHROUGH */ + break; case VAR_STDOUT: stream = stdout; break;