aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-07-07 01:26:31 +0200
committerMarek Olšák <[email protected]>2012-07-07 15:09:57 +0200
commit22d032707e888dc9718d66c1f59e6efbc04ab9bd (patch)
tree32a4246136f1e462f35212a51facc8ef50343f6b /src
parent461e9f99c73a0035260dab083a057578f5093f2f (diff)
r600g: remove stray semicolon
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r600/r600_texture.c2
1 files changed, 1 insertions, 1 deletions
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,