gallium/util: quieten compiler
authorKeith Whitwell <keithw@vmware.com>
Thu, 24 Dec 2009 12:44:12 +0000 (12:44 +0000)
committerKeith Whitwell <keithw@vmware.com>
Thu, 24 Dec 2009 12:53:06 +0000 (12:53 +0000)
src/gallium/auxiliary/util/u_format.h

index 090183fb174194b7e57388cb9cfa62fbcf266f3f..a558923b2eda6e1e5837379dcaf134753400f8c6 100644 (file)
@@ -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
 };