summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/icons.h2
-rw-r--r--firmware/include/dir.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index c1f6d1bdbb..a7858cd0ae 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -65,7 +65,7 @@ extern unsigned char rockbox112x37[];
65extern unsigned char slider_bar[]; 65extern unsigned char slider_bar[];
66 66
67#define STATUSBAR_X_POS 0 67#define STATUSBAR_X_POS 0
68#define STATUSBAR_Y_POS 0 // MUST be a multiple of 8 68#define STATUSBAR_Y_POS 0 /* MUST be a multiple of 8 */
69#define STATUSBAR_HEIGHT 8 69#define STATUSBAR_HEIGHT 8
70#define STATUSBAR_WIDTH LCD_WIDTH 70#define STATUSBAR_WIDTH LCD_WIDTH
71#define ICON_BATTERY_X_POS 0 71#define ICON_BATTERY_X_POS 0
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