Fix a small text issue.

This commit is contained in:
Alastair Poole 2019-09-03 18:18:47 +01:00
parent 039944d555
commit f9995a3063
1 changed files with 1 additions and 1 deletions

View File

@ -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)