util: remove a trailing semicolon in format table code

This commit is contained in:
Brian Paul 2010-02-25 16:20:01 -07:00
parent ab6825b3e3
commit 31ff9b0a13

View file

@ -152,7 +152,7 @@ def write_format_table(formats):
print " assert(0);"
print " return NULL;"
print " }"
print "};"
print "}"
print