From 1910d026b1593efd37da276397d0fa157d96d877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 23 Jun 2009 21:22:06 +0000 Subject: [PATCH] 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 --- apps/recorder/recording.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index f627399738..393bd356b8 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -87,8 +87,8 @@ static const unsigned long rec_timer_seconds[] = 15*60, /* 00:15 */ 30*60, /* 00:30 */ 60*60, /* 01:00 */ - 74*60, /* 74:00 */ - 80*60, /* 80:00 */ + 74*60, /* 01:14 */ + 80*60, /* 01:20 */ 2*60*60, /* 02:00 */ 4*60*60, /* 04:00 */ 6*60*60, /* 06:00 */