From: Keith Whitwell Date: Mon, 6 Oct 2003 14:19:53 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e291c01ea426247326e83bfd46a22d417e1fca7;p=mesa.git Fix typo --- diff --git a/src/mesa/main/vtxfmt_tmp.h b/src/mesa/main/vtxfmt_tmp.h index 33140359526..3f4a9cefed4 100644 --- a/src/mesa/main/vtxfmt_tmp.h +++ b/src/mesa/main/vtxfmt_tmp.h @@ -398,7 +398,7 @@ static void TAG(VertexAttrib4fNV)( GLuint index, GLfloat x, GLfloat y, GLfloat z static void TAG(VertexAttrib4fvNV)( GLuint index, const GLfloat *v ) { - PRE_LOOPBACK( VertexAttrib4fNV ); + PRE_LOOPBACK( VertexAttrib4fvNV ); _glapi_Dispatch->VertexAttrib4fvNV( index, v ); }