r600g: remove stray semicolon
authorMarek Olšák <maraeo@gmail.com>
Fri, 6 Jul 2012 23:26:31 +0000 (01:26 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 7 Jul 2012 13:09:57 +0000 (15:09 +0200)
src/gallium/drivers/r600/r600_texture.c

index 236812666f5119370db13947c999c68398425f43..f1092893a9ff2c61e38092e62f9619af875e66a7 100644 (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,