From 9f256233624b5ce022e3f248c38c705c363daf3f Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 21 Aug 2006 11:41:48 +0000 Subject: sorry git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10672 a1c6a512-1295-4272-9138-f99709370657 --- apps/action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') 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) Timeout can be TIMEOUT_NOBLOCK to return immediatly TIMEOUT_BLOCK to wait for a button press - Any number >0 to wait that many ticks for a press +Any number >0 to wait that many ticks for a press */ int get_action_worker(int context, int timeout, @@ -161,7 +161,7 @@ int get_action_worker(int context, int timeout, ret = do_button_check(items,button,last_button,&i); - if (context == CONTEXT_STOPSEARCHING) + if (context ==(int)CONTEXT_STOPSEARCHING) break; if (ret == ACTION_UNKNOWN ) -- cgit v1.2.3