diff options
author | Brian Paul <[email protected]> | 2012-08-16 09:16:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-08-16 09:16:42 -0600 |
commit | 0d308ef8feb081bedd12e01b270278e5f0de8e5a (patch) | |
tree | cab08e7cd1d4834ff2e279496c2703b6e5bc76ef | |
parent | f6b7157550205a0633b4c2cb49a807d581176e21 (diff) |
gallium/draw: move misplaced brace
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 + } } /** |