From: Wayne Davison Date: Mon, 17 Dec 2007 01:51:36 +0000 (-0800) Subject: Fixed a FALL THROUGH comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9468cf796daf9824070acea5fa0ec0f34f393d25 Fixed a FALL THROUGH comment. --- diff --git a/log.c b/log.c index 146c082b..e06cc7da 100644 --- 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; - /* CONTINUE */ + /* FALL THROUGH */ case FERROR: case FWARNING: f = stderr;