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 1b63dedc4e..f2f4272292 100644
--- a/apps/gui/gwps-common.c
+++ b/apps/gui/gwps-common.c
@@ -1353,7 +1353,7 @@ static char *get_token_value(struct gui_wps *gwps,
1353#endif 1353#endif
1354 1354
1355#ifdef HAVE_LCD_BITMAP 1355#ifdef HAVE_LCD_BITMAP
1356 case WPS_TOKEN_ALIGN_SCROLLMARGIN: 1356 case WPS_TOKEN_LEFTMARGIN:
1357 gwps->display->setmargins(token->value.i, 1357 gwps->display->setmargins(token->value.i,
1358 gwps->display->getymargin()); 1358 gwps->display->getymargin());
1359 return NULL; 1359 return NULL;