From 22d032707e888dc9718d66c1f59e6efbc04ab9bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sat, 7 Jul 2012 01:26:31 +0200 Subject: [PATCH] r600g: remove stray semicolon --- src/gallium/drivers/r600/r600_texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2