summaryrefslogtreecommitdiffstats
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,
if (items == NULL)
break;
- ret = do_button_check(items, button, last_button, &i, is_pre_button);
+ ret = do_button_check(items, button, last_button, &i, is_pre_button);
if (ret == ACTION_UNKNOWN)
{