From ed76659c054ce781ae6050e563de9ad40b3d25cd Mon Sep 17 00:00:00 2001 From: ftrvxmtrx Date: Thu, 17 Nov 2016 22:58:16 +0100 Subject: /sys/src/lib*: clean up --- sys/src/libhtml/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/libhtml/build.c') 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, -- cgit v1.2.3