summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-30 16:24:01 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-30 16:24:01 +0000
commit2e707ef487896b68494ecb07f0047be164e4ae8e (patch)
tree7d26eb09350f69990307946ac8335ffa8f1e4c6a
parent4ef9aeab25b67fa27e951473c78f33a600503ee4 (diff)
downloadlibdom-2e707ef487896b68494ecb07f0047be164e4ae8e.tar.gz
libdom-2e707ef487896b68494ecb07f0047be164e4ae8e.tar.bz2
Add missing newline which upsets gcc
-rw-r--r--include/dom/html/html_elements.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dom/html/html_elements.h b/include/dom/html/html_elements.h
index 5774657..1e6b3fc 100644
--- a/include/dom/html/html_elements.h
+++ b/include/dom/html/html_elements.h
@@ -91,4 +91,5 @@ DOM_HTML_ELEMENT_LIST
#endif
#undef DOM_HTML_ELEMENT_LIST
-#endif \ No newline at end of file
+#endif
+