summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/dir.h4
1 files changed, 2 insertions, 2 deletions
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 {
51 struct dirent theent; 51 struct dirent theent;
52} DIR; 52} DIR;
53 53
54#else // SIMULATOR 54#else /* SIMULATOR */
55 55
56#ifdef WIN32 56#ifdef WIN32
57#ifndef __MINGW32__ 57#ifndef __MINGW32__
@@ -66,7 +66,7 @@ typedef struct DIRtag
66 66
67#endif /* WIN32 */ 67#endif /* WIN32 */
68 68
69#endif // SIMULATOR 69#endif /* SIMULATOR */
70 70
71#ifndef DIRFUNCTIONS_DEFINED 71#ifndef DIRFUNCTIONS_DEFINED
72 72