Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/4394dbd9d48920f270351f7ad0dbb18b5bc5b598
...commit
http://git.netsurf-browser.org/netsurf.git/commit/4394dbd9d48920f270351f7ad0dbb18b5bc5b598
...tree
http://git.netsurf-browser.org/netsurf.git/tree/4394dbd9d48920f270351f7ad0dbb18b5bc5b598
The branch, master has been updated
via 4394dbd9d48920f270351f7ad0dbb18b5bc5b598 (commit)
from d566debc48a4c706213dfcd5ac6154d0920cdb12 (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/netsurf.git/commit/?id=4394dbd9d48920f270351f7ad0dbb18b5bc5b598
commit 4394dbd9d48920f270351f7ad0dbb18b5bc5b598
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Add missing semi-colon. Sorry
Signed-off-by: Daniel Silverstone <[email protected]>
diff --git a/content/handlers/javascript/duktape/Node.bnd
b/content/handlers/javascript/duktape/Node.bnd
index 4140d33..ce9125d 100644
--- a/content/handlers/javascript/duktape/Node.bnd
+++ b/content/handlers/javascript/duktape/Node.bnd
@@ -12,7 +12,7 @@ class Node {
private dom_node *node;
prologue %{
#define LIST_PROXY_MAGIC MAGIC(LIST_PROXY)
-%}
+%};
};
init Node(struct dom_node *node)
-----------------------------------------------------------------------
Summary of changes:
content/handlers/javascript/duktape/Node.bnd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/handlers/javascript/duktape/Node.bnd
b/content/handlers/javascript/duktape/Node.bnd
index 4140d33..ce9125d 100644
--- a/content/handlers/javascript/duktape/Node.bnd
+++ b/content/handlers/javascript/duktape/Node.bnd
@@ -12,7 +12,7 @@ class Node {
private dom_node *node;
prologue %{
#define LIST_PROXY_MAGIC MAGIC(LIST_PROXY)
-%}
+%};
};
init Node(struct dom_node *node)
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org