summaryrefslogtreecommitdiff
path: root/sys/src/libhtml/build.c
diff options
context:
space:
mode:
authorftrvxmtrx <ftrvxmtrx@gmail.com>2016-11-17 22:58:16 +0100
committerftrvxmtrx <ftrvxmtrx@gmail.com>2016-11-17 22:58:16 +0100
commited76659c054ce781ae6050e563de9ad40b3d25cd (patch)
tree5e13e5b83248248c6462b1d0514971f7aa8e6dfd /sys/src/libhtml/build.c
parent28f4567ba615c4036c079021392825757ef2a008 (diff)
/sys/src/lib*: clean up
Diffstat (limited to 'sys/src/libhtml/build.c')
-rw-r--r--sys/src/libhtml/build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/libhtml/build.c b/sys/src/libhtml/build.c
index 7b99d64a1..54bf61f65 100644
--- a/sys/src/libhtml/build.c
+++ b/sys/src/libhtml/build.c
@@ -275,7 +275,7 @@ static Anchor* newanchor(int index, Rune* name, Rune* href, int target, Anchor*
static Area* newarea(int shape, Rune* href, int target, Area* link);
static DestAnchor* newdestanchor(int index, Rune* name, Item* item, DestAnchor* link);
static Docinfo* newdocinfo(void);
-static Genattr* newgenattr(Rune* id, Rune* class, Rune* style, Rune* title, Attr* events);
+static Genattr* newgenattr(Rune* id, Rune* class, Rune* style, Rune* title, SEvent* events);
static Form* newform(int formid, Rune* name, Rune* action,
int target, int method, Form* link);
static Formfield* newformfield(int ftype, int fieldid, Form* form, Rune* name,