[Scummvm-git-logs] scummvm master -> 99c2023131fd1319f3e18d4551b6d7bf6c183273
sluicebox
noreply at scummvm.org
Wed Jan 18 03:33:40 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:
99c2023131 SCI: Update header guard
Commit: 99c2023131fd1319f3e18d4551b6d7bf6c183273
https://github.com/scummvm/scummvm/commit/99c2023131fd1319f3e18d4551b6d7bf6c183273
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2023-01-17T19:33:13-08:00
Commit Message:
SCI: Update header guard
Changed paths:
engines/sci/parser/vocabulary.h
diff --git a/engines/sci/parser/vocabulary.h b/engines/sci/parser/vocabulary.h
index 62afdda9d0d..f4b20b5966a 100644
--- a/engines/sci/parser/vocabulary.h
+++ b/engines/sci/parser/vocabulary.h
@@ -19,8 +19,8 @@
*
*/
-#ifndef SCI_SCICORE_VOCABULARY_H
-#define SCI_SCICORE_VOCABULARY_H
+#ifndef SCI_PARSER_VOCABULARY_H
+#define SCI_PARSER_VOCABULARY_H
#include "common/str.h"
#include "common/hashmap.h"
@@ -440,4 +440,4 @@ int said(const byte *spec, bool verbose);
} // End of namespace Sci
-#endif // SCI_SCICORE_VOCABULARY_H
+#endif // SCI_PARSER_VOCABULARY_H
More information about the Scummvm-git-logs
mailing list