From e47d7e87905486a06ca5183c58f4af45ca69470e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 1 Apr 2010 22:19:52 -0600 Subject: [PATCH] gallium/util: remove extraneous semicolon --- src/gallium/auxiliary/util/u_format_s3tc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_format_s3tc.h b/src/gallium/auxiliary/util/u_format_s3tc.h index 5be4bbec12a..da14b9b93a6 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 -- 2.11.0