From: Wayne Davison Date: Mon, 17 Dec 2007 01:51:36 +0000 (-0800) Subject: Fixed a FALL THROUGH comment. X-Git-Tag: v3.0.0pre8~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9468cf796daf9824070acea5fa0ec0f34f393d25;p=thirdparty%2Frsync.git 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;