Changed the syntax of a comment.
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index 1cf9c87..f6ae224 100644 (file)
--- 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