aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/glkio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/glkio.cpp')
-rw-r--r--engines/glk/alan3/glkio.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/alan3/glkio.cpp b/engines/glk/alan3/glkio.cpp
index 3f0da03333..8d791cbb4a 100644
--- a/engines/glk/alan3/glkio.cpp
+++ b/engines/glk/alan3/glkio.cpp
@@ -121,6 +121,8 @@ void GlkIO::setStyle(int style) {
case QUOTE_STYLE:
glk_set_style(style_BlockQuote);
break;
+ default:
+ break;
}
}