sbm

simple bandwidth monitor
git clone git://git.2f30.org/sbm
Log | Files | Refs | LICENSE

commit 4b97f4937e620f5b4d02e0aa695b8d2eb9330635
parent 50b1e130528331a6d5e0b6e34bba7d88403c91fc
Author: sin <sin@2f30.org>
Date:   Sun, 31 Jul 2016 10:02:23 +0100

Nuke newline

Diffstat:
Msbm.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sbm.c b/sbm.c @@ -195,7 +195,6 @@ printrxtx(int sig) rxround = scale(&rxsuffix, rxbits); txround = scale(&txsuffix, txbits); - printf("%*s %6.2f %2s Rx %6.2f %2s Tx\n", (int)strlen(ifname) + 1, "", rxround, rxsuffix, txround, txsuffix);