r600g: remove stray semicolon

This commit is contained in:
Marek Olšák 2012-07-07 01:26:31 +02:00
parent 461e9f99c7
commit 22d032707e

View file

@ -778,7 +778,7 @@ void r600_texture_depth_flush(struct pipe_context *ctx,
static INLINE unsigned u_box_volume( const struct pipe_box *box )
{
return box->width * box->depth * box->height;
};
}
struct pipe_transfer* r600_texture_get_transfer(struct pipe_context *ctx,
struct pipe_resource *texture,