summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/action.c b/apps/action.c
index d153bc6140..286d4f39b3 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -378,7 +378,7 @@ static int get_action_worker(int context, int timeout, bool *is_pre_button,
378 if (items == NULL) 378 if (items == NULL)
379 break; 379 break;
380 380
381 ret = do_button_check(items, button, last_button, &i, is_pre_button); 381 ret = do_button_check(items, button, last_button, &i, is_pre_button);
382 382
383 if (ret == ACTION_UNKNOWN) 383 if (ret == ACTION_UNKNOWN)
384 { 384 {