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

Author: Brian Paul <bri...@vmware.com>
Date:   Tue Mar  1 17:09:15 2011 -0700

i915g: remove extra semicolon

---

 src/gallium/drivers/i915/i915_context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_context.c 
b/src/gallium/drivers/i915/i915_context.c
index cbf9197..84c8cb5 100644
--- a/src/gallium/drivers/i915/i915_context.c
+++ b/src/gallium/drivers/i915/i915_context.c
@@ -39,7 +39,7 @@
 #include "pipe/p_screen.h"
 
 
-DEBUG_GET_ONCE_BOOL_OPTION(i915_no_vbuf, "I915_NO_VBUF", FALSE);
+DEBUG_GET_ONCE_BOOL_OPTION(i915_no_vbuf, "I915_NO_VBUF", FALSE)
 
 
 /*

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to