forked from len0rd/rockbox
removed extra ';'
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4755 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7ba7ffd843
commit
025cba4780
2 changed files with 4 additions and 4 deletions
|
|
@ -200,7 +200,7 @@ void statusbar_icon_battery(int percent, bool charging)
|
|||
if (charging)
|
||||
lcd_bitmap(bitmap_icons_7x8[Icon_Plug], ICON_PLUG_X_POS,
|
||||
STATUSBAR_Y_POS, ICON_PLUG_WIDTH, STATUSBAR_HEIGHT, false);
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
* Print volume gauge to status bar
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ static bool balance(void)
|
|||
static bool bass(void)
|
||||
{
|
||||
return set_sound(str(LANG_BASS), &global_settings.bass, SOUND_BASS);
|
||||
};
|
||||
}
|
||||
|
||||
static bool treble(void)
|
||||
{
|
||||
|
|
@ -174,13 +174,13 @@ static bool loudness(void)
|
|||
{
|
||||
return set_sound(str(LANG_LOUDNESS), &global_settings.loudness,
|
||||
SOUND_LOUDNESS);
|
||||
};
|
||||
}
|
||||
|
||||
static bool bass_boost(void)
|
||||
{
|
||||
return set_sound(str(LANG_BBOOST), &global_settings.bass_boost,
|
||||
SOUND_SUPERBASS);
|
||||
};
|
||||
}
|
||||
|
||||
static void set_avc(int val)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue