From 4394dbd9d48920f270351f7ad0dbb18b5bc5b598 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 May 2019 23:15:08 +0100 Subject: Add missing semi-colon. Sorry Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/Node.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/handlers') 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) -- cgit v1.2.3