From: Marek Olšák Date: Fri, 6 Jul 2012 23:26:31 +0000 (+0200) Subject: r600g: remove stray semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22d032707e888dc9718d66c1f59e6efbc04ab9bd;p=mesa.git r600g: remove stray semicolon --- diff --git a/src/gallium/drivers/r600/r600_texture.c b/src/gallium/drivers/r600/r600_texture.c index 236812666f5..f1092893a9f 100644 --- a/src/gallium/drivers/r600/r600_texture.c +++ b/src/gallium/drivers/r600/r600_texture.c @@ -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,