git: 9front

Download patch

ref: 6077e08c7ad907875a711b3f6bc39dacdc120d05
parent: 4affc9c543402364ccbf533576b017957451ec81
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu May 8 14:41:30 EDT 2014

abaco: remove strange line

--- a/sys/src/cmd/abaco/wind.c
+++ b/sys/src/cmd/abaco/wind.c
@@ -36,7 +36,6 @@
 	r1.min.y = r1.max.y;
 	r1.max.y += font->height;
 	textinit(&w->url, screen, r1, font, tagcols);
-	w->url.
 	w->url.what = Urltag;
 	r1.min.y = r1.max.y++;
 	draw(screen, r1, tagcols[BORD], nil, ZP);
--