summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/scroll_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index ee2dfb664b..1326812265 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -67,7 +67,7 @@ extern bool lcd_remote_scroll_now(struct scrollinfo *scroll);
67struct scrollinfo 67struct scrollinfo
68{ 68{
69 struct viewport* vp; 69 struct viewport* vp;
70 char linebuffer[(SCROLL_LINE_SIZE / 2) - 1]; 70 char linebuffer[(SCROLL_LINE_SIZE / 2) - SCROLL_SPACING];
71 const char *line; 71 const char *line;
72 /* rectangle for the line */ 72 /* rectangle for the line */
73 int x, y; /* relative to the viewort */ 73 int x, y; /* relative to the viewort */