From: Vinson Lee Date: Sun, 27 Dec 2009 00:22:25 +0000 (-0800) Subject: gallium/util: Remove comma at end of enumerator list. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=331e910b5c4b2d2c940991e11027fa8f7dee0e8b;p=mesa.git gallium/util: Remove comma at end of enumerator list. --- diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h index 7b5b7fcda5b..bd27f346924 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -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 };