From 7d6879328a26775fd680fc8291246c69e1c1c43c Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 3 Jul 2003 18:33:53 +0000 Subject: [PATCH] Changed the syntax of a comment. --- flist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1