[Scummvm-git-logs] scummvm master -> 3094dd693135c369c797b6b0a409efb2f4acec48

eriktorbjorn eriktorbjorn at telia.com
Fri Jul 12 07:01:13 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3094dd6931 GLK: Fix incorrect "End of namespace ..." comments.


Commit: 3094dd693135c369c797b6b0a409efb2f4acec48
    https://github.com/scummvm/scummvm/commit/3094dd693135c369c797b6b0a409efb2f4acec48
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2019-07-12T06:59:56+02:00

Commit Message:
GLK: Fix incorrect "End of namespace ..." comments.

Changed paths:
    engines/glk/scott/detection_tables.h
    engines/glk/tads/detection_tables.h


diff --git a/engines/glk/scott/detection_tables.h b/engines/glk/scott/detection_tables.h
index 7bf54ef..61fa4dc 100644
--- a/engines/glk/scott/detection_tables.h
+++ b/engines/glk/scott/detection_tables.h
@@ -157,5 +157,5 @@ const ScottGame SCOTT_GAMES[] = {
 	{ nullptr, nullptr, 0 }
 };
 
-} // End of namespace Frotz
+} // End of namespace Scott
 } // End of namespace Glk
diff --git a/engines/glk/tads/detection_tables.h b/engines/glk/tads/detection_tables.h
index 52d39a2..626a111 100644
--- a/engines/glk/tads/detection_tables.h
+++ b/engines/glk/tads/detection_tables.h
@@ -539,5 +539,5 @@ const GlkDetectionEntry TADS_GAMES[] = {
 	DT_END_MARKER
 };
 
-} // End of namespace Frotz
+} // End of namespace TADS
 } // End of namespace Glk





More information about the Scummvm-git-logs mailing list