]> granicus.if.org Git - curl/commit
curl: correct the switch() logic in ourWriteOut
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2018 10:14:20 +0000 (11:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Nov 2018 10:15:20 +0000 (11:15 +0100)
commitbda4ef417a00c91e3a7829fdba4b0968dd62e497
tree71bae583e3834f853ef28f9401c8798531a7aafc
parente431daf013ea04cb1a988a2009d820224ef5fb79
curl: correct the switch() logic in ourWriteOut

Follow-up to e431daf013, as I did the wrong correction for a compiler
warning. It should be a break and not a fall-through.

Pointed-out-by: Frank Gevaerts
src/tool_writeout.c