From 648ccc8f0f344377b485164f53865321f39565d0 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Wed, 26 Feb 2003 21:39:13 +0000 Subject: code police git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3350 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/dir.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware') diff --git a/firmware/include/dir.h b/firmware/include/dir.h index c19e88f07b..28a0a02c88 100644 --- a/firmware/include/dir.h +++ b/firmware/include/dir.h @@ -51,7 +51,7 @@ typedef struct { struct dirent theent; } DIR; -#else // SIMULATOR +#else /* SIMULATOR */ #ifdef WIN32 #ifndef __MINGW32__ @@ -66,7 +66,7 @@ typedef struct DIRtag #endif /* WIN32 */ -#endif // SIMULATOR +#endif /* SIMULATOR */ #ifndef DIRFUNCTIONS_DEFINED -- cgit v1.2.3