gallium/util: Remove comma at end of enumerator list.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user