diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-04 11:23:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-04 11:23:15 +0000 |
commit | db6242c719be17af57f8fdace2f28d107afe9288 (patch) | |
tree | cd30251015c9c83b910d2354910f590d71e859ec /apps | |
parent | 00b7b2cff5066b4e094bb15c1271439cab4ae1cb (diff) |
make the RIGHT button release work again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2171 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/wps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wps.c b/apps/wps.c index 2368a578ef..0313fb7e70 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -877,7 +877,7 @@ int wps_show(void) /* next */ case BUTTON_RIGHT | BUTTON_REL: #ifdef HAVE_RECORDER_KEYPAD - if ( lastbutton != BUTTON_LEFT ) + if ( lastbutton != BUTTON_RIGHT ) break; #endif mpeg_next(); |