From adfbc119604e93d94f763b5721f64ecdc2247aa9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 23 Jul 2002 12:18:47 +0000 Subject: Now leaves the WPS when the music is stopped git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1418 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/wps.c b/apps/wps.c index dd168059b7..d919261461 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -267,7 +267,8 @@ int wps_show(void) break; mpeg_stop(); status_set_playmode(STATUS_STOP); - break; + return 0; + #ifndef SIMULATOR case SYS_USB_CONNECTED: /* Tell the USB thread that we are safe */ -- cgit v1.2.3