mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
util: remove a trailing semicolon in format table code
This commit is contained in:
parent
ab6825b3e3
commit
31ff9b0a13
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ def write_format_table(formats):
|
|||
print " assert(0);"
|
||||
print " return NULL;"
|
||||
print " }"
|
||||
print "};"
|
||||
print "}"
|
||||
print
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue