summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-08-16 09:16:42 -0600
committerBrian Paul <[email protected]>2012-08-16 09:16:42 -0600
commit0d308ef8feb081bedd12e01b270278e5f0de8e5a (patch)
treecab08e7cd1d4834ff2e279496c2703b6e5bc76ef /src/gallium/auxiliary/draw
parentf6b7157550205a0633b4c2cb49a807d581176e21 (diff)
gallium/draw: move misplaced brace
Diffstat (limited to 'src/gallium/auxiliary/draw')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.c2
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
+ }
}
/**