From 4adee848a6ce6cdf9873aa29d284db640c8ab606 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 27 Mar 2008 15:54:44 -0600 Subject: Fix the compile of disabled DEBUG_PARSING code. cherry-picked from master --- src/mesa/shader/prog_parameter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/shader') diff --git a/src/mesa/shader/prog_parameter.c b/src/mesa/shader/prog_parameter.c index bb964274b9..4eb7313bec 100644 --- a/src/mesa/shader/prog_parameter.c +++ b/src/mesa/shader/prog_parameter.c @@ -387,7 +387,7 @@ sizeof_state_reference(const GLint *stateTokens) * PARAM ambient = state.material.front.ambient; * * \param paramList the parameter list - * \param state an array of 6 (STATE_LENGTH) state tokens + * \param stateTokens an array of 5 (STATE_LENGTH) state tokens * \return index of the new parameter. */ GLint -- cgit v1.2.3