Mesa (mesa_7_6_branch): gallium/util: Remove comma at end of enumerator list.

Vinson Lee vlee at kemper.freedesktop.org
Sun Dec 27 00:22:55 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: 331e910b5c4b2d2c940991e11027fa8f7dee0e8b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=331e910b5c4b2d2c940991e11027fa8f7dee0e8b

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 26 16:22:25 2009 -0800

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

---

 src/gallium/auxiliary/util/u_format.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h
index 7b5b7fc..bd27f34 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
 };
 
 




More information about the mesa-commit mailing list