diff options
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r-- | apps/gui/wps.c | 2 |
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) return wps_fading_out; } -bool update_onvol_change(struct gui_wps * gwps) +static bool update_onvol_change(struct gui_wps * gwps) { skin_update(gwps, WPS_REFRESH_NON_STATIC); |