From: Brian Paul Date: Thu, 16 Aug 2012 15:16:42 +0000 (-0600) Subject: gallium/draw: move misplaced brace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d308ef8feb081bedd12e01b270278e5f0de8e5a;p=mesa.git gallium/draw: move misplaced brace --- diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c index 9ca4191aee2..4fc59a5d133 100644 --- a/src/gallium/auxiliary/draw/draw_context.c +++ b/src/gallium/auxiliary/draw/draw_context.c @@ -812,8 +812,8 @@ draw_set_mapped_texture(struct draw_context *draw, sampler_idx, width, height, depth, first_level, last_level, row_stride, img_stride, data); - } #endif + } } /**