PERFORCE change 119364 for review
Sam Leffler
sam at FreeBSD.org
Sun May 6 19:43:09 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=119364
Change 119364 by sam at sam_ebb on 2007/05/06 19:43:01
remove extraneous \n's
Affected files ...
.. //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#66 edit
Differences ...
==== //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#66 (text+ko) ====
@@ -373,7 +373,7 @@
flags |= IEEE80211_CHAN_STURBO;
break;
default:
- errx(-1, "%s: Invalid channel attribute %c\n",
+ errx(-1, "%s: Invalid channel attribute %c",
val, *cp);
}
}
@@ -403,7 +403,7 @@
flags |= CHAN_HT_DEFAULT;
break;
default:
- errx(-1, "%s: Invalid channel width\n", val);
+ errx(-1, "%s: Invalid channel width", val);
}
}
/*
More information about the p4-projects
mailing list