Fix flist string comparison issue in tr_TR.utf-8 locale.
[rsync.git] / syscall.c
index f6a7b0af61cc239986af237e6cdd9fce173d71ae..d92074aaadc20f595c6d381a24d6eefb0f90d416 100644 (file)
--- a/syscall.c
+++ b/syscall.c
@@ -247,7 +247,7 @@ int do_chmod(const char *path, mode_t mode)
                else if (errno != ENOTSUP)
                        break;
 #endif
-
+               /* FALLTHROUGH */
        default:
                if (S_ISLNK(mode)) {
 # if defined HAVE_SETATTRLIST