netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=f9995a3063bdc972f11c628e3bb31993a36e7a32
commit f9995a3063bdc972f11c628e3bb31993a36e7a32 Author: Alastair Poole <alastair.po...@int6.co.uk> Date: Tue Sep 3 18:18:47 2019 +0100 Fix a small text issue. --- src/tingle/tingle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tingle/tingle.c b/src/tingle/tingle.c index 00cf61e..3c016cb 100644 --- a/src/tingle/tingle.c +++ b/src/tingle/tingle.c @@ -1410,7 +1410,7 @@ results_pretty(results_t *results, int *order, int count) outgoing /= 1024; unit = "KB/s"; } - printf(" [NET] %.2f/%.2f %s", incoming, outgoing, unit); + printf(" [NET]: %.2f/%.2f %s", incoming, outgoing, unit); } if (flags & RESULTS_TMP) --