Fixed a FALL THROUGH comment.
authorWayne Davison <wayned@samba.org>
Mon, 17 Dec 2007 01:51:36 +0000 (17:51 -0800)
committerWayne Davison <wayned@samba.org>
Mon, 17 Dec 2007 01:51:36 +0000 (17:51 -0800)
log.c

diff --git a/log.c b/log.c
index 146c082..e06cc7d 100644 (file)
--- a/log.c
+++ b/log.c
@@ -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;
        switch (code) {
        case FERROR_XFER:
                got_xfer_error = 1;
-               /* CONTINUE */
+               /* FALL THROUGH */
        case FERROR:
        case FWARNING:
                f = stderr;
        case FERROR:
        case FWARNING:
                f = stderr;