From: Brian Paul Date: Wed, 2 Mar 2011 00:09:15 +0000 (-0700) Subject: i915g: remove extra semicolon X-Git-Tag: mesa-7.11-rc1~1729 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c9ca21adb7943f564e7f258d8075d3ace7ec943;p=platform%2Fupstream%2Fmesa.git i915g: remove extra semicolon --- 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) /*