summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index a5142a0726..29c9403235 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -197,7 +197,7 @@ bool is_wps_fading(void)
197 return wps_fading_out; 197 return wps_fading_out;
198} 198}
199 199
200bool update_onvol_change(struct gui_wps * gwps) 200static bool update_onvol_change(struct gui_wps * gwps)
201{ 201{
202 skin_update(gwps, WPS_REFRESH_NON_STATIC); 202 skin_update(gwps, WPS_REFRESH_NON_STATIC);
203 203