summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-12-24 12:44:12 +0000
committerKeith Whitwell <keithw@vmware.com>2009-12-24 12:53:06 +0000
commite4069d07ddd8c2afa5378e54710e19e7517d43d6 (patch)
treef35f775498ad0a0f64604206b294e55b1fface73 /src
parent9546c3dbd2bdf85654d7ef0e90837f641bd801e4 (diff)
gallium/util: quieten compiler
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/util/u_format.h2
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 090183fb17..a558923b2e 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
};