aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/windows.cpp
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/windows.cpp
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/windows.cpp')
-rw-r--r--engines/glk/windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/windows.cpp b/engines/glk/windows.cpp
index 4db231c530..1e53f25ef1 100644
--- a/engines/glk/windows.cpp
+++ b/engines/glk/windows.cpp
@@ -88,7 +88,7 @@ Window *Windows::windowOpen(Window *splitwin, glui32 method, glui32 size,
return nullptr;
}
- /* ignore method and size now */
+ // ignore method and size now
oldparent = nullptr;
} else {
if (!splitwin) {