Module: Mesa Branch: master Commit: e47d7e87905486a06ca5183c58f4af45ca69470e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e47d7e87905486a06ca5183c58f4af45ca69470e
Author: Brian Paul <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
