gallium: remove incorrect 'return' stmt
This commit is contained in:
@@ -173,7 +173,7 @@ static INLINE void
|
||||
pipe_transfer_destroy( struct pipe_transfer *transf )
|
||||
{
|
||||
struct pipe_screen *screen = transf->texture->screen;
|
||||
return screen->tex_transfer_destroy(transf);
|
||||
screen->tex_transfer_destroy(transf);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user