Mesa (master): glapi: Fix syntax.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Mar 1 23:19:04 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Mar  1 23:18:29 2010 +0000

glapi: Fix syntax.

---

 src/mesa/glapi/glapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c
index 056abd7..fcb3089 100644
--- a/src/mesa/glapi/glapi.c
+++ b/src/mesa/glapi/glapi.c
@@ -175,7 +175,7 @@ _glapi_check_multithread(void)
 
    CHECK_MULTITHREAD_LOCK();
    if (firstCall) {
-      _glapi_init_multithread(void)
+      _glapi_init_multithread();
 
       knownID = _glthread_GetID();
       firstCall = GL_FALSE;




More information about the mesa-commit mailing list