Changed the syntax of a comment.
authorWayne Davison <wayned@samba.org>
Thu, 3 Jul 2003 18:33:53 +0000 (18:33 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 3 Jul 2003 18:33:53 +0000 (18:33 +0000)
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