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 7b5b7fcda5bea8018339af61aed20e7399db1b0b..bd27f346924b5cb41437c94f7a1da7d707feaecc 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
 };