[Scummvm-git-logs] scummvm master -> 2e845d0c0cb8e360a4b095025e3d62b4758d4932
sev-
noreply at scummvm.org
Mon Jan 30 12:39:23 UTC 2023
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:
2e845d0c0c JANITORIAL: Fix guard defines
Commit: 2e845d0c0cb8e360a4b095025e3d62b4758d4932
https://github.com/scummvm/scummvm/commit/2e845d0c0cb8e360a4b095025e3d62b4758d4932
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-01-30T13:39:03+01:00
Commit Message:
JANITORIAL: Fix guard defines
Changed paths:
engines/director/lingo/xlibs/xplayanim.h
diff --git a/engines/director/lingo/xlibs/xplayanim.h b/engines/director/lingo/xlibs/xplayanim.h
index a1a4401f981..33dd3ffa050 100644
--- a/engines/director/lingo/xlibs/xplayanim.h
+++ b/engines/director/lingo/xlibs/xplayanim.h
@@ -20,7 +20,7 @@
*/
/*************************************
- *
+ *
* Xobject to play PACo video files
*
* USED IN:
@@ -28,8 +28,8 @@
*
*************************************/
-#ifndef DIRECTOR_LINGO_XLIBS_XPLAYANIMXOBJ_H
-#define DIRECTOR_LINGO_XLIBS_XPLAYANIMXOBJ_H
+#ifndef DIRECTOR_LINGO_XLIBS_XPLAYANIM_H
+#define DIRECTOR_LINGO_XLIBS_XPLAYANIM_H
namespace Director {
More information about the Scummvm-git-logs
mailing list