aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/window_text_buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/window_text_buffer.cpp')
-rw-r--r--engines/glk/window_text_buffer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/window_text_buffer.cpp b/engines/glk/window_text_buffer.cpp
index 6c312be607..6a8bb95195 100644
--- a/engines/glk/window_text_buffer.cpp
+++ b/engines/glk/window_text_buffer.cpp
@@ -1204,6 +1204,8 @@ int TextBufferWindow::acceptScroll(uint arg) {
else
_scrollPos = 0;
break;
+ default:
+ break;
}
if (_scrollPos > _scrollMax - _height + 1)