summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/text_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/text_viewer.c')
-rw-r--r--apps/plugins/text_viewer/text_viewer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/text_viewer/text_viewer.c b/apps/plugins/text_viewer/text_viewer.c
index 29a2e6d12a..c8102eb6d2 100644
--- a/apps/plugins/text_viewer/text_viewer.c
+++ b/apps/plugins/text_viewer/text_viewer.c
@@ -98,6 +98,10 @@ enum plugin_status plugin_start(const void* file)
98 if (lastbutton != TV_AUTOSCROLL_PRE) 98 if (lastbutton != TV_AUTOSCROLL_PRE)
99 break; 99 break;
100#endif 100#endif
101#ifdef TV_AUTOSCROLL2
102 /* fallthrough */
103 case TV_AUTOSCROLL2:
104#endif
101 autoscroll = !autoscroll; 105 autoscroll = !autoscroll;
102 break; 106 break;
103 107