Commit 9468cf79 authored by Wayne Davison's avatar Wayne Davison

Fixed a FALL THROUGH comment.

parent 77d4c400
......@@ -307,7 +307,7 @@ void rwrite(enum logcode code, const char *buf, int len, int is_utf8)
switch (code) {
case FERROR_XFER:
got_xfer_error = 1;
/* CONTINUE */
/* FALL THROUGH */
case FERROR:
case FWARNING:
f = stderr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment