svn commit: r188205 - head/tools/tools/ath/athstats
Sam Leffler
sam at FreeBSD.org
Thu Feb 5 14:16:10 PST 2009
Author: sam
Date: Thu Feb 5 22:16:09 2009
New Revision: 188205
URL: http://svn.freebsd.org/changeset/base/188205
Log:
unbreak -o
Modified:
head/tools/tools/ath/athstats/main.c
Modified: head/tools/tools/ath/athstats/main.c
==============================================================================
--- head/tools/tools/ath/athstats/main.c Thu Feb 5 22:06:41 2009 (r188204)
+++ head/tools/tools/ath/athstats/main.c Thu Feb 5 22:16:09 2009 (r188205)
@@ -72,8 +72,7 @@ getfmt(const char *tag)
for (i = 0; i < N(tags); i++)
if (strcasecmp(tags[i].tag, tag) == 0)
return tags[i].fmt;
- errx(-1, "unknown tag \%s\"", tag);
- /*NOTREACHED*/
+ return tag;
#undef N
}
More information about the svn-src-all
mailing list