summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/modechange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modechange.c b/lib/modechange.c
index 90060778a..f778c3aaf 100644
--- a/lib/modechange.c
+++ b/lib/modechange.c
@@ -44,7 +44,7 @@ char *malloc ();
#if STAT_MACROS_BROKEN
# undef S_ISDIR
-#endif /* STAT_MACROS_BROKEN. */
+#endif
#if !defined(S_ISDIR) && defined(S_IFDIR)
# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)