Module: Mesa
Branch: master
Commit: 22d032707e888dc9718d66c1f59e6efbc04ab9bd
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=22d032707e888dc9718d66c1f59e6efbc04ab9bd

Author: Marek Olšák <[email protected]>
Date:   Sat Jul  7 01:26:31 2012 +0200

r600g: remove stray semicolon

---

 src/gallium/drivers/r600/r600_texture.c |    2 +-
 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 2368126..f109289 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,

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to