summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-12-14 03:06:04 -0500
committerWilliam Wilgus <wilgus.william@gmail.com>2022-12-14 22:35:33 -0500
commit6b87bfadfff6c44722f8ffe5227c05c41b1b47c8 (patch)
treea0f346c8cde95c33d0561977a064cc438841923e /apps/gui/option_select.c
parenteaf717744d425e0bb8905f451e7443b07b67f97b (diff)
downloadrockbox-6b87bfadfff6c44722f8ffe5227c05c41b1b47c8.tar.gz
rockbox-6b87bfadfff6c44722f8ffe5227c05c41b1b47c8.zip
wps.c cleanup gui_show_wps
remove some old cruft move a few things around clean-up flow Change-Id: I138c6cd9e2d58ef526eb686333da413819df725d
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index 918335d6cd..ca16b5b05f 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -574,7 +574,7 @@ bool option_screen(const struct settings_list *setting,
574 if (function == sound_get_fn(SOUND_VOLUME)) 574 if (function == sound_get_fn(SOUND_VOLUME))
575 global_status.last_volume_change = current_tick; 575 global_status.last_volume_change = current_tick;
576 } 576 }
577 pop_current_activity(ACTIVITY_REFRESH_NOW); 577 pop_current_activity();
578 return false; 578 return false;
579} 579}
580 580