st/mesa: rename variable

This commit is contained in:
Brian Paul
2010-12-13 17:25:10 -07:00
parent 83d50c3ee1
commit 6c669d0c07

View File

@@ -220,9 +220,9 @@ st_vertex_program( struct gl_vertex_program *vp )
}
static INLINE struct st_geometry_program *
st_geometry_program( struct gl_geometry_program *vp )
st_geometry_program( struct gl_geometry_program *gp )
{
return (struct st_geometry_program *)vp;
return (struct st_geometry_program *)gp;
}
static INLINE void