projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
361b179
)
gallium/util: remove extraneous semicolon
author
Brian Paul
<brianp@vmware.com>
Fri, 2 Apr 2010 04:19:52 +0000
(22:19 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 2 Apr 2010 04:19:52 +0000
(22:19 -0600)
src/gallium/auxiliary/util/u_format_s3tc.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format_s3tc.h
b/src/gallium/auxiliary/util/u_format_s3tc.h
index 5be4bbec12acd4db11ee58348eb88d44f86ec260..da14b9b93a614106eea52a26222aee9113705d49 100644
(file)
--- 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