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

Vinson Lee vlee at kemper.freedesktop.org
Sun Dec 27 00:19:14 UTC 2009


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

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

rbug: Remove comma at end of enumerator list.

---

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

diff --git a/src/gallium/auxiliary/rbug/rbug_proto.h b/src/gallium/auxiliary/rbug/rbug_proto.h
index d273be0..4f3eb75 100644
--- a/src/gallium/auxiliary/rbug/rbug_proto.h
+++ b/src/gallium/auxiliary/rbug/rbug_proto.h
@@ -65,7 +65,7 @@ enum rbug_opcode
 	RBUG_OP_SHADER_DISABLE = 770,
 	RBUG_OP_SHADER_REPLACE = 771,
 	RBUG_OP_SHADER_LIST_REPLY = -768,
-	RBUG_OP_SHADER_INFO_REPLY = -769,
+	RBUG_OP_SHADER_INFO_REPLY = -769
 };
 
 /**




More information about the mesa-commit mailing list