mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
Add missing semi-colon. Sorry
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
d566debc48
commit
4394dbd9d4
@ -12,7 +12,7 @@ class Node {
|
|||||||
private dom_node *node;
|
private dom_node *node;
|
||||||
prologue %{
|
prologue %{
|
||||||
#define LIST_PROXY_MAGIC MAGIC(LIST_PROXY)
|
#define LIST_PROXY_MAGIC MAGIC(LIST_PROXY)
|
||||||
%}
|
%};
|
||||||
};
|
};
|
||||||
|
|
||||||
init Node(struct dom_node *node)
|
init Node(struct dom_node *node)
|
||||||
|
Loading…
Reference in New Issue
Block a user