forked from len0rd/rockbox
fix a typo in comments (audio CD duration is not 74 or 80 hours)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21479 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
743dcf7f69
commit
1910d026b1
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@ static const unsigned long rec_timer_seconds[] =
|
||||||
15*60, /* 00:15 */
|
15*60, /* 00:15 */
|
||||||
30*60, /* 00:30 */
|
30*60, /* 00:30 */
|
||||||
60*60, /* 01:00 */
|
60*60, /* 01:00 */
|
||||||
74*60, /* 74:00 */
|
74*60, /* 01:14 */
|
||||||
80*60, /* 80:00 */
|
80*60, /* 01:20 */
|
||||||
2*60*60, /* 02:00 */
|
2*60*60, /* 02:00 */
|
||||||
4*60*60, /* 04:00 */
|
4*60*60, /* 04:00 */
|
||||||
6*60*60, /* 06:00 */
|
6*60*60, /* 06:00 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue