From 8d5a6609a33f3269bc80975b81e0e859a056d952 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sat, 21 Jan 2006 23:43:57 +0000 Subject: AB-repeat mode for software codecs. Accessible through menu as a repeat mode, with buttom mappings much like those on other rockbox targets for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8409 a1c6a512-1295-4272-9138-f99709370657 --- apps/bookmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/bookmark.c') diff --git a/apps/bookmark.c b/apps/bookmark.c index 2eb4fc9d02..c8c6f941f2 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -739,7 +739,7 @@ static void display_bookmark(const char* bookmark, /* bookmark shuffle and repeat states*/ switch (repeat_mode) { -#ifdef AB_REPEAT_ENABLE +#if (AB_REPEAT_ENABLE == 1) case REPEAT_AB: statusbar_icon_play_mode(Icon_RepeatAB); break; -- cgit v1.2.3