? repeat1.patch
Index: playlist.c
===================================================================
RCS file: /cvsroot/rockbox/apps/playlist.c,v
retrieving revision 1.168
diff -u -r1.168 playlist.c
--- playlist.c	10 Sep 2006 10:59:51 -0000	1.168
+++ playlist.c	11 Sep 2006 05:20:20 -0000
@@ -1008,13 +1008,13 @@
             break;
         }
 
-        case REPEAT_ONE:
 #if (AB_REPEAT_ENABLE == 1)
         case REPEAT_AB:
 #endif
             next_index = current_index;
             break;
 
+        case REPEAT_ONE:
         case REPEAT_ALL:
         default:
         {
