summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/lib/codeclib.h2
-rw-r--r--apps/plugins/beatbox/beatbox.c4
-rw-r--r--apps/plugins/goban/goban.h16
3 files changed, 11 insertions, 11 deletions
diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h
index aeae5d6..517264f 100644
--- a/apps/codecs/lib/codeclib.h
+++ b/apps/codecs/lib/codeclib.h
@@ -97,7 +97,7 @@ static inline unsigned int bs_generic(unsigned int v, int mode)
r &= 31;
} else {
r = 31 - r;
- /* If mode is constant, this is a single conditional instruction */
+ /* If mode is constant, this is a single conditional instruction */
if (mode & BS_0_0 && (signed)r < 0)
r += 1;
}
diff --git a/apps/plugins/beatbox/beatbox.c b/apps/plugins/beatbox/beatbox.c
index 0974dc3..b8e46bc 100644
--- a/apps/plugins/beatbox/beatbox.c
+++ b/apps/plugins/beatbox/beatbox.c
@@ -106,7 +106,7 @@ PLUGIN_IRAM_DECLARE
#define MAX_VOICES 20 // Note: 24 midi channels is the minimum general midi
// spec implementation
-#else // Simulator requires 44100, and we can afford to use more voices
+#else // Simulator requires 44100, and we can afford to use more voices
#define SAMPLE_RATE SAMPR_44
#define MAX_VOICES 48
@@ -120,7 +120,7 @@ PLUGIN_IRAM_DECLARE
#undef SYNC
#ifdef SIMULATOR
- #define SYNC
+ #define SYNC
#endif
struct MIDIfile * mf IBSS_ATTR;
diff --git a/apps/plugins/goban/goban.h b/apps/plugins/goban/goban.h
index e30e14b..b7c083e 100644
--- a/apps/plugins/goban/goban.h
+++ b/apps/plugins/goban/goban.h
@@ -42,13 +42,13 @@
#define CURSOR_COLOR LCD_RGBPACK(222,0,0)
#define MARK_COLOR LCD_RGBPACK(0,0,255)
#elif LCD_DEPTH > 1 /* grayscale */
-#define BOARD_COLOR LCD_LIGHTGRAY
-#define WHITE_COLOR LCD_WHITE
-#define BLACK_COLOR LCD_BLACK
-#define LINE_COLOR LCD_BLACK
-#define BACKGROUND_COLOR LCD_DARKGRAY
-#define CURSOR_COLOR LCD_DARKGRAY
-#define MARK_COLOR LCD_DARKGRAY
+#define BOARD_COLOR LCD_LIGHTGRAY
+#define WHITE_COLOR LCD_WHITE
+#define BLACK_COLOR LCD_BLACK
+#define LINE_COLOR LCD_BLACK
+#define BACKGROUND_COLOR LCD_DARKGRAY
+#define CURSOR_COLOR LCD_DARKGRAY
+#define MARK_COLOR LCD_DARKGRAY
#endif
/* Key setups */
@@ -200,7 +200,7 @@
#define GBN_BUTTON_NEXT_VAR BUTTON_PLAY
#elif (CONFIG_KEYPAD == IRIVER_H10_PAD)
-#define GBN_BUTTON_UP BUTTON_SCROLL_UP
+#define GBN_BUTTON_UP BUTTON_SCROLL_UP
#define GBN_BUTTON_DOWN BUTTON_SCROLL_DOWN
#define GBN_BUTTON_LEFT BUTTON_LEFT
#define GBN_BUTTON_RIGHT BUTTON_RIGHT