[Scummvm-git-logs] scummvm master -> edca65670d6d6360ac090f21910090389b1e2220
sev-
noreply at scummvm.org
Sun Dec 25 09:02:30 UTC 2022
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:
edca65670d DIRECTOR: JANITORIAL: Added namespace comment
Commit: edca65670d6d6360ac090f21910090389b1e2220
https://github.com/scummvm/scummvm/commit/edca65670d6d6360ac090f21910090389b1e2220
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-12-25T10:02:06+01:00
Commit Message:
DIRECTOR: JANITORIAL: Added namespace comment
Changed paths:
engines/director/lingo/xlibs/widgetxobj.cpp
diff --git a/engines/director/lingo/xlibs/widgetxobj.cpp b/engines/director/lingo/xlibs/widgetxobj.cpp
index 980f89ef156..786790107ec 100644
--- a/engines/director/lingo/xlibs/widgetxobj.cpp
+++ b/engines/director/lingo/xlibs/widgetxobj.cpp
@@ -91,4 +91,4 @@ void WidgetXObj::m_askQuit(int nargs) {
g_lingo->dropStack(nargs);
}
-}
+} // End of namespace Director
More information about the Scummvm-git-logs
mailing list