diff options
Diffstat (limited to 'docs/examples/debug.c')
-rw-r--r-- | docs/examples/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/debug.c b/docs/examples/debug.c index cbf1c1106..e8a87ea4c 100644 --- a/docs/examples/debug.c +++ b/docs/examples/debug.c @@ -91,6 +91,7 @@ int my_trace(CURL *handle, curl_infotype type, switch(type) { case CURLINFO_TEXT: fprintf(stderr, "== Info: %s", data); + /* FALLTHROUGH */ default: /* in case a new one is introduced to shock us */ return 0; |