aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/unicode.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-18 15:06:07 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit9bc637947603643c02b27a5c0954564811603bd7 (patch)
tree70baf8286cf4a736df1ec4b151f2f3bdd202e391 /engines/glk/unicode.h
parentdfe497cb79b52a4835700f806e5eb5a17543dd37 (diff)
downloadscummvm-rg350-9bc637947603643c02b27a5c0954564811603bd7.tar.gz
scummvm-rg350-9bc637947603643c02b27a5c0954564811603bd7.tar.bz2
scummvm-rg350-9bc637947603643c02b27a5c0954564811603bd7.zip
GLK: Change lots of comments from multiline to single line
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 };