summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/wps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c
index dd16805..d919261 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 */