Mesa (radeon-rewrite): radeon: fix typo

Dave Airlie airlied at kemper.freedesktop.org
Mon Mar 23 23:48:45 UTC 2009


Module: Mesa
Branch: radeon-rewrite
Commit: 2aa097f963d7be12b538469f61214b8ddaa535fb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2aa097f963d7be12b538469f61214b8ddaa535fb

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Mar 24 09:45:18 2009 +1000

radeon: fix typo

---

 src/mesa/drivers/dri/radeon/radeon_tex.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_tex.h b/src/mesa/drivers/dri/radeon/radeon_tex.h
index 8d8afb4..a4aaddc 100644
--- a/src/mesa/drivers/dri/radeon/radeon_tex.h
+++ b/src/mesa/drivers/dri/radeon/radeon_tex.h
@@ -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 );




More information about the mesa-commit mailing list