diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_cb_dbg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_cb_dbg.c b/src/tool_cb_dbg.c index 8e81f1be3..f4252ad88 100644 --- a/src/tool_cb_dbg.c +++ b/src/tool_cb_dbg.c @@ -185,6 +185,7 @@ int tool_debug_cb(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(output, "%s== Info: %s", timebuf, data); + /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; |