mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +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;
|
||||
prologue %{
|
||||
#define LIST_PROXY_MAGIC MAGIC(LIST_PROXY)
|
||||
%}
|
||||
%};
|
||||
};
|
||||
|
||||
init Node(struct dom_node *node)
|
||||
|
Loading…
Reference in New Issue
Block a user