Commit Diff


commit - 0682e5d3baa13af5ff5bcfda7412cfe94d98424c
commit + 32f74855e352002623aafe54aa40c9de0083ad36
blob - 3d260c2144cc3150d55ccd1b62ee746513d5d6c0
blob + 325e7948028c647ddeae0f1a7c158dfce100a70a
--- ctl.c
+++ ctl.c
@@ -304,10 +304,10 @@ print_status(struct player_status *ps, const char *spe
 			printf("all:%s ", ps->mode.repeat_all ? "on" : "off");
 			printf("consume:%s\n", ps->mode.consume ? "on" : "off");
 		} else if (!strcmp(tok, "mode")) {
-			printf("repeat one %s\n",
-			    ps->mode.repeat_one ? "on" : "off");
 			printf("repeat all %s\n",
 			    ps->mode.repeat_all ? "on" : "off");
+			printf("repeat one %s\n",
+			    ps->mode.repeat_one ? "on" : "off");
 			printf("consume %s\n",
 			    ps->mode.consume ? "on" : "off");
 		} else if (!strcmp(tok, "status")) {