From: Johannes Berg Date: Tue, 8 Dec 2009 16:17:19 +0000 (+0100) Subject: remove stray \n X-Git-Tag: v0.9.19~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a79feb0e4dd4b9b689c92dbde2fdd42ebfe3620;p=thirdparty%2Fiw.git remove stray \n --- diff --git a/util.c b/util.c index abf5402..a31f895 100644 --- a/util.c +++ b/util.c @@ -449,7 +449,7 @@ void print_ht_mcs(const __u8 *mcs) if (tx_mcs_set_defined) { if (tx_mcs_set_equal) { - printf("\t\tHT TX/RX MCS rate indexes supported:\n"); + printf("\t\tHT TX/RX MCS rate indexes supported:"); print_mcs_index(mcs); } else { printf("\t\tHT RX MCS rate indexes supported:");