summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-03-01 17:09:15 -0700
committerBrian Paul <brianp@vmware.com>2011-03-01 17:09:15 -0700
commit1c9ca21adb7943f564e7f258d8075d3ace7ec943 (patch)
treeee9aef8ac36cdc202088856ca49017c2528be6c1 /src/gallium
parent3ff4974f225a844625cf47c9b1a7d53c3cd7b2c1 (diff)
i915g: remove extra semicolon
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/i915/i915_context.c2
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)
/*