shithub: git9

Download patch

ref: b75260eb08f0b6710685489c952dacb4df31063f
parent: 934f61832a4b419e30c606b7276d13712ad75c01
author: Ori Bernstein <ori@eigenstate.org>
date: Tue May 12 22:30:41 EDT 2020

remove spurious newline print.

--- a/send.c
+++ b/send.c
@@ -217,7 +217,6 @@
 		n = q->next;
 		free(q);
 	}
-	fprint(2, "\n");
 
 	st = nil;
 	PUTBE32(buf, send.nobj);