X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/429f98283fd8aef3ed01041c637749d7c01899d6..d811b689013fe469218dbcff3905ba5884fd9a6f:/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