radeon: fix typo
authorDave Airlie <airlied@redhat.com>
Mon, 23 Mar 2009 23:45:18 +0000 (09:45 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 23 Mar 2009 23:45:18 +0000 (09:45 +1000)
src/mesa/drivers/dri/radeon/radeon_tex.h

index 8d8afb43436dd98c7d6e2f521a32387c8a75505e..a4aaddc74fa5bdc91680be258a4af0d28c6f7cad 100644 (file)
@@ -42,7 +42,7 @@ extern void radeonSetTexOffset(__DRIcontext *pDRICtx, GLint texname,
                                GLuint pitch);
 
 extern void radeonSetTexBuffer(__DRIcontext *pDRICtx, GLint target, __DRIdrawable *dPriv);
-externvoid radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
+extern void radeonSetTexBuffer2(__DRIcontext *pDRICtx, GLint target, GLint glx_texture_format,
                               __DRIdrawable *dPriv);
 
 extern void radeonUpdateTextureState( GLcontext *ctx );