Mesa (master): gallium/draw: move misplaced brace

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 16 15:16:50 UTC 2012


Module: Mesa
Branch: master
Commit: 0d308ef8feb081bedd12e01b270278e5f0de8e5a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d308ef8feb081bedd12e01b270278e5f0de8e5a

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Aug 16 09:16:42 2012 -0600

gallium/draw: move misplaced brace

---

 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 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
+   }
 }
 
 /**




More information about the mesa-commit mailing list