summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/dir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/dir.h b/firmware/common/dir.h
index 0cd35d063b..f805013d2b 100644
--- a/firmware/common/dir.h
+++ b/firmware/common/dir.h
@@ -57,7 +57,7 @@ typedef struct {
57typedef struct DIRtag 57typedef struct DIRtag
58{ 58{
59 struct dirent fd; 59 struct dirent fd;
60 intptr_t handle; 60 int handle;
61} DIR; 61} DIR;
62#endif // WIN32 62#endif // WIN32
63#endif // SIMULATOR 63#endif // SIMULATOR