diff options
author | Brian Paul <[email protected]> | 2011-03-01 17:09:15 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-03-01 17:09:15 -0700 |
commit | 1c9ca21adb7943f564e7f258d8075d3ace7ec943 (patch) | |
tree | ee9aef8ac36cdc202088856ca49017c2528be6c1 /src | |
parent | 3ff4974f225a844625cf47c9b1a7d53c3cd7b2c1 (diff) |
i915g: remove extra semicolon
Diffstat (limited to 'src')
-rw-r--r-- | 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 cbf919754e5..84c8cb54436 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) /* |