X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/900454132e5328932ec309564bddb492f44bba8a..7d6879328a26775fd680fc8291246c69e1c1c43c:/flist.c diff --git a/flist.c b/flist.c index 1cf9c87c..f6ae2240 100644 --- a/flist.c +++ b/flist.c @@ -258,7 +258,7 @@ int link_stat(const char *path, STRUCT_STAT * buffer) */ static int check_exclude_file(char *fname, int is_dir, int exclude_level) { -#if 0 // This currently never happens, so avoid a useless compare. +#if 0 /* This currently never happens, so avoid a useless compare. */ if (exclude_level == NO_EXCLUDES) return 0; #endif