gallium/util: Remove comma at end of enumerator list.

This commit is contained in:
Vinson Lee 2009-12-26 16:22:25 -08:00
parent 3c2fd1bae0
commit 331e910b5c

View 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
};