aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/frotz.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-01-01 19:04:12 -0800
committerPaul Gilbert2019-01-01 19:04:12 -0800
commitb4c3df62e32e0c25001b8149bbd8311b54f953f0 (patch)
treec62fa961df68c674862670c2fe25fcdef8e22349 /engines/glk/frotz/frotz.cpp
parentfd2dda4c18b97500bcfca8b4e10b8d420d5b5dbd (diff)
downloadscummvm-rg350-b4c3df62e32e0c25001b8149bbd8311b54f953f0.tar.gz
scummvm-rg350-b4c3df62e32e0c25001b8149bbd8311b54f953f0.tar.bz2
scummvm-rg350-b4c3df62e32e0c25001b8149bbd8311b54f953f0.zip
GLK: FROTZ: Cleanup of incorrect namespace comments
Diffstat (limited to 'engines/glk/frotz/frotz.cpp')
-rw-r--r--engines/glk/frotz/frotz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/frotz.cpp b/engines/glk/frotz/frotz.cpp
index c2341d4026..e837f65554 100644
--- a/engines/glk/frotz/frotz.cpp
+++ b/engines/glk/frotz/frotz.cpp
@@ -118,5 +118,5 @@ Common::Error Frotz::loadGameData(strid_t file) {
return Common::kNoError;
}
-} // End of namespace Scott
+} // End of namespace Frotz
} // End of namespace Glk