[Scummvm-git-logs] scummvm master -> e609d0247cfb1250f86072b53138d681cc11c6c0

ccawley2011 ccawley2011 at gmail.com
Tue Aug 13 17:45:02 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:
e609d0247c LUA: Fix end of namespace comment


Commit: e609d0247cfb1250f86072b53138d681cc11c6c0
    https://github.com/scummvm/scummvm/commit/e609d0247cfb1250f86072b53138d681cc11c6c0
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-08-13T16:44:58+01:00

Commit Message:
LUA: Fix end of namespace comment

Changed paths:
    common/lua/double_serialization.cpp


diff --git a/common/lua/double_serialization.cpp b/common/lua/double_serialization.cpp
index 38d8370..36037f4 100644
--- a/common/lua/double_serialization.cpp
+++ b/common/lua/double_serialization.cpp
@@ -65,4 +65,4 @@ double decodeDouble(SerializedDouble value) {
 	return ((value.signAndSignificandTwo & 0x80000000) == 0x80000000) ? -returnValue : returnValue;
 }
 
-} // End of namespace Sword25
+} // End of namespace Util





More information about the Scummvm-git-logs mailing list