From 0d308ef8feb081bedd12e01b270278e5f0de8e5a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 16 Aug 2012 09:16:42 -0600 Subject: [PATCH] gallium/draw: move misplaced brace --- src/gallium/auxiliary/draw/draw_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c index 9ca4191..4fc59a5 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 + } } /** -- 2.7.4