Mesa (master): i915g: remove extra semicolon

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 2 00:31:17 UTC 2011


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

Author: Brian Paul <brianp at 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)
 
 
 /*




More information about the mesa-commit mailing list