gallium/draw: move misplaced brace
authorBrian Paul <brianp@vmware.com>
Thu, 16 Aug 2012 15:16:42 +0000 (09:16 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 16 Aug 2012 15:16:42 +0000 (09:16 -0600)
src/gallium/auxiliary/draw/draw_context.c

index 9ca4191..4fc59a5 100644 (file)
@@ -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
+   }
 }
 
 /**