aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/wrap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/archetype/wrap.cpp')
-rw-r--r--engines/glk/archetype/wrap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/archetype/wrap.cpp b/engines/glk/archetype/wrap.cpp
index 44fddb864b..ddc3850043 100644
--- a/engines/glk/archetype/wrap.cpp
+++ b/engines/glk/archetype/wrap.cpp
@@ -51,7 +51,7 @@ static void wrap_wait() {
ch := ReadKey;
write(chr(13));
NormVideo;
- ClrScr; //or ClrEol if you don't want the whole screen }
+ ClrScr; // or ClrEol if you don't want the whole screen
Rows : = 0
#endif
}
@@ -67,7 +67,7 @@ void wrapout(const String &str, bool terminate) {
// 'thisline' starts out as the maximum number of characters that can be
// written before a newline; it gets trimmed back to being the number of
- // characters from the string that are actually written on this line. }
+ // characters from the string that are actually written on this line
maxchars = MAXCOLS - cursor;
const char CHARS[7] = { '.', ',', ':', ';', ')', '-', '"' };