diff options
author | Brian Paul <[email protected]> | 2010-04-01 22:19:52 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-01 22:19:52 -0600 |
commit | e47d7e87905486a06ca5183c58f4af45ca69470e (patch) | |
tree | fbcd50b21c3ee7ee195f6545e2af5c4f5b93511c /src/gallium | |
parent | 361b179720dc5d7bb4e046d3e91ce3b1a64a4cd2 (diff) |
gallium/util: remove extraneous semicolon
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 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 |