i915g: remove extra semicolons
authorBrian Paul <brianp@vmware.com>
Tue, 22 Feb 2011 19:44:10 +0000 (12:44 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 22 Feb 2011 19:47:18 +0000 (12:47 -0700)
src/gallium/drivers/i915/i915_debug.c

index e0ea025d0ecf5a5b9b6824675c204c4882cf34a3..1713bf131f2e99c0443e1b0ba7035b438ee148a5 100644 (file)
@@ -48,9 +48,9 @@ static const struct debug_named_value debug_options[] = {
 unsigned i915_debug = 0;
 boolean i915_tiling = TRUE;
 
-DEBUG_GET_ONCE_FLAGS_OPTION(i915_debug, "I915_DEBUG", debug_options, 0);
-DEBUG_GET_ONCE_BOOL_OPTION(i915_no_tiling, "I915_NO_TILING", FALSE);
-DEBUG_GET_ONCE_BOOL_OPTION(i915_lie, "I915_LIE", FALSE);
+DEBUG_GET_ONCE_FLAGS_OPTION(i915_debug, "I915_DEBUG", debug_options, 0)
+DEBUG_GET_ONCE_BOOL_OPTION(i915_no_tiling, "I915_NO_TILING", FALSE)
+DEBUG_GET_ONCE_BOOL_OPTION(i915_lie, "I915_LIE", FALSE)
 
 void i915_debug_init(struct i915_screen *is)
 {