Mesa (master): gallium/util: remove extraneous semicolon

Brian Paul brianp at kemper.freedesktop.org
Fri Apr 2 04:20:03 UTC 2010


Module: Mesa
Branch: master
Commit: e47d7e87905486a06ca5183c58f4af45ca69470e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e47d7e87905486a06ca5183c58f4af45ca69470e

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr  1 22:19:52 2010 -0600

gallium/util: remove extraneous semicolon

---

 src/gallium/auxiliary/util/u_format_s3tc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_format_s3tc.h b/src/gallium/auxiliary/util/u_format_s3tc.h
index 5be4bbe..da14b9b 100644
--- a/src/gallium/auxiliary/util/u_format_s3tc.h
+++ b/src/gallium/auxiliary/util/u_format_s3tc.h
@@ -66,7 +66,7 @@ extern util_format_dxtn_fetch_t util_format_dxt5_rgba_fetch;
 extern util_format_dxtn_pack_t util_format_dxtn_pack;
 
 
-UTIL_INLINE_INIT(util_format_s3tc);
+UTIL_INLINE_INIT(util_format_s3tc)
 
 
 void




More information about the mesa-commit mailing list