diff options
Diffstat (limited to 'engines/glk/alan3/sysdep.cpp')
-rw-r--r-- | engines/glk/alan3/sysdep.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/glk/alan3/sysdep.cpp b/engines/glk/alan3/sysdep.cpp index ae8625f2f0..8285f41068 100644 --- a/engines/glk/alan3/sysdep.cpp +++ b/engines/glk/alan3/sysdep.cpp @@ -278,6 +278,9 @@ void toIso(char copy[], /* OUT - Mapped string */ *c = dosMap[*o]; *c = '\0'; break; + + default: + break; } } |