unbreak -o

This commit is contained in:
Sam Leffler 2009-02-05 22:16:09 +00:00
parent cba4003c0d
commit a54c6fc878

View File

@ -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
}