diff options
author | Keith Whitwell <[email protected]> | 2009-12-24 12:44:12 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-24 12:53:06 +0000 |
commit | e4069d07ddd8c2afa5378e54710e19e7517d43d6 (patch) | |
tree | f35f775498ad0a0f64604206b294e55b1fface73 | |
parent | 9546c3dbd2bdf85654d7ef0e90837f641bd801e4 (diff) |
gallium/util: quieten compiler
-rw-r--r-- | src/gallium/auxiliary/util/u_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h index 090183fb174..a558923b2ed 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -119,7 +119,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 }; |