Fix build errors in H100 and H300 UI simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11306 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2006-10-21 23:22:34 +00:00
parent 730dee8a99
commit 5db8081822

View file

@ -305,7 +305,7 @@ void button_event(int key, bool pressed)
break;
case SDLK_KP_PLUS:
case SDLK_F8:
new_btn = BUTTON_PLAY;
new_btn = BUTTON_ON;
break;
case SDLK_KP_ENTER:
case SDLK_RETURN: