[Scummvm-git-logs] scummvm master -> 8b38980f59eb426f4c296613414963e7c34c41e9
yuv422
noreply at scummvm.org
Fri Dec 13 12:23:49 UTC 2024
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:
8b38980f59 DARKSEED: Remove extra ;
Commit: 8b38980f59eb426f4c296613414963e7c34c41e9
https://github.com/scummvm/scummvm/commit/8b38980f59eb426f4c296613414963e7c34c41e9
Author: Eric Fry (yuv422 at reversedgames.com)
Date: 2024-12-13T23:23:39+11:00
Commit Message:
DARKSEED: Remove extra ;
Changed paths:
engines/darkseed/cutscene.h
diff --git a/engines/darkseed/cutscene.h b/engines/darkseed/cutscene.h
index 65341652971..c76bf64f27a 100644
--- a/engines/darkseed/cutscene.h
+++ b/engines/darkseed/cutscene.h
@@ -75,6 +75,6 @@ private:
void freeMorph();
};
-}; // End of namespace Darkseed
+} // namespace Darkseed
#endif // DARKSEED_CUTSCENE_H
More information about the Scummvm-git-logs
mailing list