summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/handlers/javascript/duktape/Node.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/javascript/duktape/Node.bnd b/content/handlers/javascript/duktape/Node.bnd
index 4140d3335..ce9125d47 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)