mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
r600g: remove stray semicolon
This commit is contained in:
parent
461e9f99c7
commit
22d032707e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue