aboutsummaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-12-16 17:51:36 -0800
committerWayne Davison <wayned@samba.org>2007-12-16 17:51:36 -0800
commit9468cf796daf9824070acea5fa0ec0f34f393d25 (patch)
tree992a07d8d67bdbdc35cfb10965cf4c13f9e3117f /log.c
parent77d4c400c200e11aa1ab814101678c02c2d90414 (diff)
downloadandroid_external_rsync-9468cf796daf9824070acea5fa0ec0f34f393d25.tar.gz
android_external_rsync-9468cf796daf9824070acea5fa0ec0f34f393d25.tar.bz2
android_external_rsync-9468cf796daf9824070acea5fa0ec0f34f393d25.zip
Fixed a FALL THROUGH comment.
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
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;