diff options
author | William Wilgus <me.theuser@yahoo.com> | 2017-01-17 23:50:38 +0100 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2017-01-17 23:50:38 +0100 |
commit | 6103d4d83dba15c5c48e399778668e6f9cb55e86 (patch) | |
tree | 86f7d2a482bc5e0a34220e3f5548aa1a04230099 | |
parent | dc87e9e9f3c383b63c3cb3713886a6c93b6a79d1 (diff) | |
download | rockbox-6103d4d.tar.gz rockbox-6103d4d.zip |
Selective Backlight Softlock Fix misleading indentation.
Change-Id: Iffbdd3c5bd8d2d23f4f7e3af42e16ab0c1dc312b
-rw-r--r-- | apps/action.c | 2 |
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) { |