Oops, fix Ondio builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9845 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
07fcf77cb0
commit
a90f0929fb
1 changed files with 3 additions and 0 deletions
|
@ -1265,10 +1265,13 @@ enum plugin_status plugin_start(struct plugin_api* api, void* file)
|
|||
viewer_draw(col);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef VIEWER_QUIT
|
||||
case VIEWER_QUIT:
|
||||
viewer_exit(NULL);
|
||||
done = true;
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
if (rb->default_event_handler_ex(button, viewer_exit, NULL)
|
||||
|
|
Loading…
Reference in a new issue