summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_text_processor.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_text_processor.c')
-rw-r--r--apps/plugins/text_viewer/tv_text_processor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_viewer/tv_text_processor.c b/apps/plugins/text_viewer/tv_text_processor.c
index 8cdd78df15..f99bfdfd4e 100644
--- a/apps/plugins/text_viewer/tv_text_processor.c
+++ b/apps/plugins/text_viewer/tv_text_processor.c
@@ -39,7 +39,7 @@ enum tv_text_type {
39#define TV_MAX_CHARS_PER_BLOCK (LCD_WIDTH + 1) 39#define TV_MAX_CHARS_PER_BLOCK (LCD_WIDTH + 1)
40#endif 40#endif
41 41
42#define TV_MAX_BLOCKS 2 42#define TV_MAX_BLOCKS 5
43 43
44/* 44/*
45 * number of spaces to indent first paragraph 45 * number of spaces to indent first paragraph