Mesa (master): gallium: remove trailing comma to silence warning

Brian Paul brianp at kemper.freedesktop.org
Sun Jan 29 22:02:56 UTC 2012


Module: Mesa
Branch: master
Commit: c946fc061a307e74b8a1a8677e6ee111003d7fc4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c946fc061a307e74b8a1a8677e6ee111003d7fc4

Author: Brian Paul <brianp at vmware.com>
Date:   Sun Jan 29 15:02:43 2012 -0700

gallium: remove trailing comma to silence warning

---

 src/gallium/include/pipe/p_defines.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h
index 000be3d..88bd66c 100644
--- a/src/gallium/include/pipe/p_defines.h
+++ b/src/gallium/include/pipe/p_defines.h
@@ -488,7 +488,7 @@ enum pipe_cap {
    PIPE_CAP_TGSI_CAN_COMPACT_CONSTANTS = 59, /* temporary */
    PIPE_CAP_VERTEX_COLOR_UNCLAMPED = 60,
    PIPE_CAP_VERTEX_COLOR_CLAMPED = 61,
-   PIPE_CAP_GLSL_FEATURE_LEVEL = 62,
+   PIPE_CAP_GLSL_FEATURE_LEVEL = 62
 };
 
 /**




More information about the mesa-commit mailing list