i915g: Fix typos
authorStéphane Marchesin <marcheu@chromium.org>
Sat, 22 Nov 2014 08:10:00 +0000 (00:10 -0800)
committerStéphane Marchesin <marcheu@chromium.org>
Sat, 22 Nov 2014 08:13:40 +0000 (00:13 -0800)
Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>
src/gallium/drivers/i915/i915_surface.c

index 61c5441acd25eb9c8c39f341722da3bd1afd445f..7317e3a27e374076cf1e2cc1f1f17507ad6353b0 100644 (file)
@@ -73,7 +73,7 @@ i915_util_blitter_save_states(struct i915_context *i915)
                                             i915->num_fragment_sampler_views,
                                             i915->fragment_sampler_views);
 }
-#
+
 static void
 i915_surface_copy_render(struct pipe_context *pipe,
                          struct pipe_resource *dst, unsigned dst_level,
@@ -117,7 +117,7 @@ i915_surface_copy_render(struct pipe_context *pipe,
 fallback:
    util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
                              src, src_level, src_box);
- }
+}
 
 static void
 i915_clear_render_target_render(struct pipe_context *pipe,