projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6825b
)
util: remove a trailing semicolon in format table code
author
Brian Paul
<brianp@vmware.com>
Thu, 25 Feb 2010 23:20:01 +0000
(16:20 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 01:59:00 +0000
(18:59 -0700)
src/gallium/auxiliary/util/u_format_table.py
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format_table.py
b/src/gallium/auxiliary/util/u_format_table.py
index 3d0e3a03493d6a0d6afdd1e6a4750e5348c8a808..953b5aed87a218e297f2bc3175813b8c9aa6a813 100755
(executable)
--- a/
src/gallium/auxiliary/util/u_format_table.py
+++ b/
src/gallium/auxiliary/util/u_format_table.py
@@
-152,7
+152,7
@@
def write_format_table(formats):
print " assert(0);"
print " return NULL;"
print " }"
- print "}
;
"
+ print "}"
print