Module: Mesa Branch: master Commit: e4069d07ddd8c2afa5378e54710e19e7517d43d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4069d07ddd8c2afa5378e54710e19e7517d43d6
Author: Keith Whitwell <[email protected]> Date: Thu Dec 24 12:44:12 2009 +0000 gallium/util: quieten compiler --- 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 090183f..a558923 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -119,7 +119,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 }; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
