X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/894e6299c10e24d1745d268b465695934f4bb1a9..ff0e15804f3f7f730ac1c7c79bcd0f34ca39fa4c:/syscall.c diff --git a/syscall.c b/syscall.c index f2f5bc23..c2180de3 100644 --- a/syscall.c +++ b/syscall.c @@ -169,7 +169,7 @@ int do_chmod(const char *path, mode_t mode) } else code = chmod(path, mode & CHMOD_BITS); if (code != 0 && (preserve_perms || preserve_executability)) - return code; + return code; return 0; } #endif