summaryrefslogtreecommitdiff
path: root/src/glx/x11
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/x11')
-rw-r--r--src/glx/x11/glxcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c
index 820d8b9868..39f10296cc 100644
--- a/src/glx/x11/glxcmds.c
+++ b/src/glx/x11/glxcmds.c
@@ -1446,7 +1446,7 @@ void __glXClientInfo ( Display *dpy, int opcode )
GLX_MAJOR_VERSION,
GLX_MINOR_VERSION,
size,
- (const uint8_t *)ext_str);
+ ext_str);
#else
xGLXClientInfoReq *req;