From 31ff9b0a135bf913ae6b44868bde31534a87802c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 25 Feb 2010 16:20:01 -0700 Subject: [PATCH] util: remove a trailing semicolon in format table code --- src/gallium/auxiliary/util/u_format_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_format_table.py b/src/gallium/auxiliary/util/u_format_table.py index 3d0e3a03493..953b5aed87a 100755 --- 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 -- 2.30.2