commit 7490260a27d91a7a0eaa45fb68a362e5a4fddf4d parent 5229343ef925e32c26756589dfcd2e0d220cba55 Author: Claudio Alessi <smoppy@gmail.com> Date: Tue, 25 Jul 2017 20:08:37 +0200 Remove a rendundant text. Diffstat:
M | circo.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/circo.c b/circo.c @@ -668,6 +668,7 @@ parsesrv(void) { return; } } + par = skip(par, ' '); printb(sel, "%s %s\n", par, txt); }