diff options
-rw-r--r-- | src/glx/x11/glxcmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glxcmds.c b/src/glx/x11/glxcmds.c index 820d8b98685..39f10296cc3 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; |