diff options
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r-- | apps/recorder/icons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 482c764b52..89d7186224 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -73,7 +73,7 @@ unsigned char bitmap_icons_6x8[LastIcon][6] = static unsigned char bitmap_icon_7x8[][7] = { /* Power plug */ - {0x08,0x1c,0x1c,0x3e,0x3e,0x14,0x14}, + {0x08,0x1c,0x3e,0x3e,0x3e,0x14,0x14}, /* Speaker */ {0x00,0x1c,0x1c,0x3e,0x7f,0x00,0x00}, /* Speaker mute */ |