aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/unicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/unicode.h')
-rw-r--r--engines/glk/unicode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/unicode.h b/engines/glk/unicode.h
index 3165d398b3..f49a841616 100644
--- a/engines/glk/unicode.h
+++ b/engines/glk/unicode.h
@@ -27,7 +27,7 @@
namespace Glk {
-typedef glui32 gli_case_block_t[2]; /* upper, lower */
+typedef glui32 gli_case_block_t[2]; // upper, lower
enum BufferChangeCase { CASE_UPPER = 0, CASE_LOWER = 1, CASE_TITLE = 2, CASE_IDENT = 3 };
enum BufferChangeCond { COND_ALL = 0, COND_LINESTART = 1 };