summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/recording.c4
1 files 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[] =
87 15*60, /* 00:15 */ 87 15*60, /* 00:15 */
88 30*60, /* 00:30 */ 88 30*60, /* 00:30 */
89 60*60, /* 01:00 */ 89 60*60, /* 01:00 */
90 74*60, /* 74:00 */ 90 74*60, /* 01:14 */
91 80*60, /* 80:00 */ 91 80*60, /* 01:20 */
92 2*60*60, /* 02:00 */ 92 2*60*60, /* 02:00 */
93 4*60*60, /* 04:00 */ 93 4*60*60, /* 04:00 */
94 6*60*60, /* 06:00 */ 94 6*60*60, /* 06:00 */