summaryrefslogtreecommitdiff
path: root/apps/gui/gwps-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps-common.c')
-rw-r--r--apps/gui/gwps-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c
index 198d62d891..a90b562c02 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -255,7 +255,7 @@ bool ffwd_rew(int button)
255#endif 255#endif
256#ifdef HAVE_LCD_CHARCELLS 256#ifdef HAVE_LCD_CHARCELLS
257 FOR_NB_SCREENS(i) 257 FOR_NB_SCREENS(i)
258 gui_wps_redraw(gwps,0, WPS_REFRESH_ALL); 258 gui_wps_redraw(&gui_wps[i],0, WPS_REFRESH_ALL);
259#endif 259#endif
260 exit = true; 260 exit = true;
261 break; 261 break;