Gitweb links:
...log
http://git.netsurf-browser.org/libdom.git/shortlog/2e707ef487896b68494ecb...
...commit
http://git.netsurf-browser.org/libdom.git/commit/2e707ef487896b68494ecb07...
...tree
http://git.netsurf-browser.org/libdom.git/tree/2e707ef487896b68494ecb07f0...
The branch, master has been updated
via 2e707ef487896b68494ecb07f0047be164e4ae8e (commit)
from 4ef9aeab25b67fa27e951473c78f33a600503ee4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libdom.git/commit/?id=2e707ef487896b68494e...
commit 2e707ef487896b68494ecb07f0047be164e4ae8e
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Add missing newline which upsets gcc
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
+
-----------------------------------------------------------------------
Summary of changes:
include/dom/html/html_elements.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
+
--
Document Object Model library