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
 }
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to