Mesa (mesa_7_6_branch): rbug: Remove comma at end of enumerator list.

Vinson Lee vlee at kemper.freedesktop.org
Sun Dec 27 00:15:06 UTC 2009


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

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

rbug: Remove comma at end of enumerator list.

---

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

diff --git a/src/gallium/auxiliary/rbug/rbug_context.h b/src/gallium/auxiliary/rbug/rbug_context.h
index da61c23..03126d6 100644
--- a/src/gallium/auxiliary/rbug/rbug_context.h
+++ b/src/gallium/auxiliary/rbug/rbug_context.h
@@ -46,7 +46,7 @@ typedef enum
 	RBUG_BLOCK_BEFORE = 1,
 	RBUG_BLOCK_AFTER = 2,
 	RBUG_BLOCK_RULE = 4,
-	RBUG_BLOCK_MASK = 7,
+	RBUG_BLOCK_MASK = 7
 } rbug_block_t;
 
 struct rbug_proto_context_list




More information about the mesa-commit mailing list