1
0
Fork 0
forked from len0rd/rockbox

Cosmetic fix: remove duplicate semicolons

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20198 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-03-04 18:15:06 +00:00
parent 23e28f2b0c
commit 4f87abf90a
12 changed files with 14 additions and 14 deletions

View file

@ -452,7 +452,7 @@ static int peak_meter_max(void) {
/* for dBfs scale */
int range_min = -global_settings.peak_meter_min;
int max = -global_settings.peak_meter_max;;
int max = -global_settings.peak_meter_max;
retval = set_int(str(LANG_PM_MAX), str(LANG_PM_DBFS), UNIT_DB,
&max, NULL, 1, range_min, 0, NULL);