Mesa (master): glx: missing static on local function

Brian Paul brianp at kemper.freedesktop.org
Wed Nov 26 17:03:59 UTC 2008


Module: Mesa
Branch: master
Commit: 00f22f972f6c96589cb9f6fa75b803c9506d61f5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=00f22f972f6c96589cb9f6fa75b803c9506d61f5

Author: RALOVICH, Kristóf <tade60 at freemail.hu>
Date:   Tue Nov  4 10:43:06 2008 +0100

glx: missing static on local function

---

 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 2ad2b82..01911e2 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)
 {




More information about the mesa-commit mailing list