diff options
Diffstat (limited to 'engines/glk/unicode.cpp')
-rw-r--r-- | engines/glk/unicode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/unicode.cpp b/engines/glk/unicode.cpp index 4db49df60b..23bc0e9d2a 100644 --- a/engines/glk/unicode.cpp +++ b/engines/glk/unicode.cpp @@ -34,7 +34,7 @@ size_t strlen_uni(const uint32 *s) { } uint bufferChangeCase(uint32 *buf, uint len, uint numchars, BufferChangeCase destcase, - BufferChangeCond cond, int changerest) { + BufferChangeCond cond, int changerest) { uint ix, jx; uint32 *outbuf; uint32 *newoutbuf; |