diff options
author | Brian Paul <[email protected]> | 2010-12-13 17:25:10 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-12-13 17:25:10 -0700 |
commit | 6c669d0c0766c27c58dd3ea7c3bd18b47a922aea (patch) | |
tree | bbfe42a9ef250e512350e733d32621c059995adb /src/mesa/state_tracker/st_program.h | |
parent | 83d50c3ee1309ee12bc4516d6c836a3c03fa9026 (diff) |
st/mesa: rename variable
Diffstat (limited to 'src/mesa/state_tracker/st_program.h')
-rw-r--r-- | src/mesa/state_tracker/st_program.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_program.h b/src/mesa/state_tracker/st_program.h index 519ee8c0d17..10ac1bace59 100644 --- a/src/mesa/state_tracker/st_program.h +++ b/src/mesa/state_tracker/st_program.h @@ -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 |