diff options
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index 7b8b40551da..453d42b188f 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -56,7 +56,7 @@ r300_texture_from_handle(struct pipe_screen* screen, struct pipe_resource* r300_texture_create(struct pipe_screen* screen, - const struct pipe_resource* template); + const struct pipe_resource* templ); struct pipe_surface* r300_get_tex_surface(struct pipe_screen* screen, |