projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c2fd1b
)
gallium/util: Remove comma at end of enumerator list.
author
Vinson Lee
<vlee@vmware.com>
Sun, 27 Dec 2009 00:22:25 +0000
(16:22 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 27 Dec 2009 00:22:25 +0000
(16:22 -0800)
src/gallium/auxiliary/util/u_format.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format.h
b/src/gallium/auxiliary/util/u_format.h
index 7b5b7fcda5bea8018339af61aed20e7399db1b0b..bd27f346924b5cb41437c94f7a1da7d707feaecc 100644
(file)
--- a/
src/gallium/auxiliary/util/u_format.h
+++ b/
src/gallium/auxiliary/util/u_format.h
@@
-79,7
+79,7
@@
enum util_format_colorspace {
UTIL_FORMAT_COLORSPACE_RGB = 0,
UTIL_FORMAT_COLORSPACE_SRGB = 1,
UTIL_FORMAT_COLORSPACE_YUV = 2,
- UTIL_FORMAT_COLORSPACE_ZS = 3
,
+ UTIL_FORMAT_COLORSPACE_ZS = 3
};