From 077520abeb4d17560533644a107e742db58c4e43 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Fri, 17 Feb 2012 21:08:13 +0000 Subject: [PATCH] Removed comment that wasn't correct anymore and didn't fit the cc65 style anyway. git-svn-id: svn://svn.cc65.org/cc65/trunk@5528 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dirent.h b/include/dirent.h index 612fe3869..a1e7b706a 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -98,7 +98,7 @@ struct dirent { char d_name[1]; }; -#endif /* __APPLE2__ or __APPLE2ENH__ */ +#endif