diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-23 12:18:47 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-23 12:18:47 +0000 |
commit | adfbc119604e93d94f763b5721f64ecdc2247aa9 (patch) | |
tree | d1e0163b6f87d2d7b4fc00e840bbef86c99bb221 /apps | |
parent | d78a1422cdd6e3f296a1a3c951d45e9edb96dc19 (diff) |
Now leaves the WPS when the music is stopped
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1418 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/wps.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |