gallium/util: Remove comma at end of enumerator list.
authorVinson Lee <vlee@vmware.com>
Sun, 27 Dec 2009 00:22:25 +0000 (16:22 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 27 Dec 2009 00:22:25 +0000 (16:22 -0800)
src/gallium/auxiliary/util/u_format.h

index 7b5b7fc..bd27f34 100644 (file)
@@ -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
 };