diff options
Diffstat (limited to 'docs/dispatch.html')
-rw-r--r-- | docs/dispatch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dispatch.html b/docs/dispatch.html index c96ec2de302..c98ec6592d6 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -134,7 +134,7 @@ the common case.</p> <tr><td><pre> #define GET_DISPATCH() \ (_glapi_Dispatch != NULL) \ - ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key) + ? _glapi_Dispatch : pthread_getspecific(&_glapi_Dispatch_key) </pre></td></tr> <tr><td>Improved <tt>GET_DISPATCH</tt> Implementation</td></tr></table> </blockquote> |