gallium/draw: move misplaced brace

This commit is contained in:
Brian Paul 2012-08-16 09:16:42 -06:00
parent f6b7157550
commit 0d308ef8fe

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