From c3aec89bec35c4d896904fb6d8a64d120e28fb52 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Thu, 6 Aug 2009 11:20:55 +0000 Subject: fix for r22171 for pacbox. make "Quit" item quit the plugin again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22186 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/pacbox/pacbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/pacbox/pacbox.c b/apps/plugins/pacbox/pacbox.c index 0e3343252f..89af07a400 100644 --- a/apps/plugins/pacbox/pacbox.c +++ b/apps/plugins/pacbox/pacbox.c @@ -247,7 +247,7 @@ static bool pacbox_menu(void) restart game usb connected */ - return (result==6); + return (result==7); } -- cgit v1.2.3