diff options
-rw-r--r-- | src/glx/x11/glx_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glx_query.c b/src/glx/x11/glx_query.c index 2ad2b8231..01911e2a3 100644 --- a/src/glx/x11/glx_query.c +++ b/src/glx/x11/glx_query.c @@ -119,7 +119,7 @@ typedef struct GLXGenericGetString * Query the Server GLX string. * This routine will allocate the necessay space for the string. */ -char * +static char * __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode, CARD32 for_whom, CARD32 name) { |