projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29905a
)
gallium: remove incorrect 'return' stmt
author
Brian Paul
<brianp@vmware.com>
Wed, 16 Sep 2009 14:59:32 +0000
(08:59 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 16 Sep 2009 14:59:32 +0000
(08:59 -0600)
src/gallium/include/pipe/p_inlines.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_inlines.h
b/src/gallium/include/pipe/p_inlines.h
index 25257bdf3f4a89c38f00f1664919b4609750cf53..30a4aaf4093921c2f694712118d9fba492012dde 100644
(file)
--- a/
src/gallium/include/pipe/p_inlines.h
+++ b/
src/gallium/include/pipe/p_inlines.h
@@
-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