summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-08-21 11:41:48 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-08-21 11:41:48 +0000
commit9f256233624b5ce022e3f248c38c705c363daf3f (patch)
tree21b570d0a19d0b6368174b7c84230a971dead8cd /apps
parent56a16d7b236984d2a2012874eb5ed790a9ccf26b (diff)
downloadrockbox-9f256233624b5ce022e3f248c38c705c363daf3f.tar.gz
rockbox-9f256233624b5ce022e3f248c38c705c363daf3f.zip
sorry
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10672 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/action.c b/apps/action.c
index c0d6021995..0f332a29f5 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -89,7 +89,7 @@ inline int get_next_context(const struct button_mapping *items, int i)
89 89
90 Timeout can be TIMEOUT_NOBLOCK to return immediatly 90 Timeout can be TIMEOUT_NOBLOCK to return immediatly
91 TIMEOUT_BLOCK to wait for a button press 91 TIMEOUT_BLOCK to wait for a button press
92 Any number >0 to wait that many ticks for a press 92Any number >0 to wait that many ticks for a press
93 93
94 */ 94 */
95int get_action_worker(int context, int timeout, 95int get_action_worker(int context, int timeout,
@@ -161,7 +161,7 @@ int get_action_worker(int context, int timeout,
161 161
162 ret = do_button_check(items,button,last_button,&i); 162 ret = do_button_check(items,button,last_button,&i);
163 163
164 if (context == CONTEXT_STOPSEARCHING) 164 if (context ==(int)CONTEXT_STOPSEARCHING)
165 break; 165 break;
166 166
167 if (ret == ACTION_UNKNOWN ) 167 if (ret == ACTION_UNKNOWN )