mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 09:10:32 +01:00
gallium/util: Remove comma at end of enumerator list.
This commit is contained in:
parent
3c2fd1bae0
commit
331e910b5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue