glx: missing static on local function
authorRALOVICH, Kristóf <tade60@freemail.hu>
Tue, 4 Nov 2008 09:43:06 +0000 (10:43 +0100)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 26 Nov 2008 17:02:10 +0000 (10:02 -0700)
src/glx/x11/glx_query.c

index 2ad2b8231353201d3464bc2d0ac0018307ceca93..01911e2a3a91f323cd567ac2eb4c4469a899c288 100644 (file)
@@ -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)
 {