[Scummvm-git-logs] scummvm master -> 44e9cefedeed8649caadd81f3a0afdf72eae8e11
sluicebox
22204938+sluicebox at users.noreply.github.com
Wed Jul 24 17:53:15 CEST 2019
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:
44e9cefede GLK: ALAN3: Add NL to EOF in attribute.h
Commit: 44e9cefedeed8649caadd81f3a0afdf72eae8e11
https://github.com/scummvm/scummvm/commit/44e9cefedeed8649caadd81f3a0afdf72eae8e11
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-07-24T08:51:16-07:00
Commit Message:
GLK: ALAN3: Add NL to EOF in attribute.h
Fixes VS2015 compiler error
Changed paths:
engines/glk/alan3/attribute.h
diff --git a/engines/glk/alan3/attribute.h b/engines/glk/alan3/attribute.h
index 02aac0d..95bf464 100644
--- a/engines/glk/alan3/attribute.h
+++ b/engines/glk/alan3/attribute.h
@@ -35,4 +35,4 @@ extern void setAttribute(AttributeEntry *attributeTable, int attributeCode, Aptr
} // End of namespace Alan3
} // End of namespace Glk
-#endif
\ No newline at end of file
+#endif
More information about the Scummvm-git-logs
mailing list