aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/attribute.h
diff options
context:
space:
mode:
authorsluicebox2019-07-24 08:51:16 -0700
committersluicebox2019-07-24 08:51:16 -0700
commit44e9cefedeed8649caadd81f3a0afdf72eae8e11 (patch)
tree5c9151cc04155bfa71399322820f392f3dcfbc2d /engines/glk/alan3/attribute.h
parent29dcab406af6c1e5b0a0a9d421c71771781fde40 (diff)
downloadscummvm-rg350-44e9cefedeed8649caadd81f3a0afdf72eae8e11.tar.gz
scummvm-rg350-44e9cefedeed8649caadd81f3a0afdf72eae8e11.tar.bz2
scummvm-rg350-44e9cefedeed8649caadd81f3a0afdf72eae8e11.zip
GLK: ALAN3: Add NL to EOF in attribute.h
Fixes VS2015 compiler error
Diffstat (limited to 'engines/glk/alan3/attribute.h')
-rw-r--r--engines/glk/alan3/attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/attribute.h b/engines/glk/alan3/attribute.h
index 02aac0d926..95bf464cd6 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