[Scummvm-git-logs] scummvm-tools master -> 8b905e4cb505aab512f6db801972f0553edc0d30
ccawley2011
ccawley2011 at gmail.com
Sun Aug 16 21:55:01 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
8b905e4cb5 MOHAWK: Fix missing newline
Commit: 8b905e4cb505aab512f6db801972f0553edc0d30
https://github.com/scummvm/scummvm-tools/commit/8b905e4cb505aab512f6db801972f0553edc0d30
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-08-16T22:54:52+01:00
Commit Message:
MOHAWK: Fix missing newline
Changed paths:
engines/mohawk/utils.cpp
diff --git a/engines/mohawk/utils.cpp b/engines/mohawk/utils.cpp
index e54862408..07ccc4c26 100644
--- a/engines/mohawk/utils.cpp
+++ b/engines/mohawk/utils.cpp
@@ -92,4 +92,4 @@ void adjustQuickTimeAtomOffsets(Common::File *src, uint32 parentSize, int32 offs
if (totalSize != parentSize)
error("Unexpected position in atom %d (expected %d)", totalSize, parentSize);
-}
\ No newline at end of file
+}
More information about the Scummvm-git-logs
mailing list