diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-11 06:15:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-11 06:15:15 +0000 |
commit | b010ba2f7f94ffb8db7b3d581b8aad582c0a9f7c (patch) | |
tree | 19725ca7316865af38f1742405a07d579d38b42e /apps | |
parent | 444fd2cc9647a2c79703bd548cb63ce4304bea6e (diff) |
added a missing comma from yesterday's added time split periods
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3744 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/sound_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c index deb95ebddc..53d1f151a7 100644 --- a/apps/sound_menu.c +++ b/apps/sound_menu.c @@ -230,7 +230,7 @@ static bool rectimesplit(void) { char *names[] = { str(LANG_OFF), "00:05","00:10","00:15", - "00:30","01:00","02:00","04:00" + "00:30","01:00","02:00","04:00", "06:00","08:00","10:00","12:00", "18:00","24:00" }; |