diff options
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r-- | apps/recorder/icons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 8f2ecc4b80..d3a4f97763 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -77,8 +77,8 @@ const unsigned char bitmap_icons_6x8[][6] = #if CONFIG_TUNER { 0x03, 0x05, 0x7f, 0x05, 0x03, 0x00 }, /* radio */ #endif - { 0x1f, 0x11, 0x7d, 0x46, 0x44, 0x78 }, /* File View Menu */ - { 0x06, 0x7f, 0x06, 0x18, 0x7f, 0x18 }, /* EQ menu */ + { 0x1f, 0x11, 0x7d, 0x46, 0x44, 0x78 }, /* File View Menu */ + { 0x06, 0x7f, 0x06, 0x18, 0x7f, 0x18 }, /* EQ menu */ }; const unsigned char bitmap_icons_7x8[][7] = |