aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/unicode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/unicode.cpp')
-rw-r--r--engines/glk/unicode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/unicode.cpp b/engines/glk/unicode.cpp
index 23bc0e9d2a..b871fc7778 100644
--- a/engines/glk/unicode.cpp
+++ b/engines/glk/unicode.cpp
@@ -54,6 +54,8 @@ uint bufferChangeCase(uint32 *buf, uint len, uint numchars, BufferChangeCase des
dest_spec_rest = CASE_IDENT;
dest_spec_first = destcase;
break;
+ default:
+ break;
}
dest_block_rest = dest_spec_rest;