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 e80a480659b..e40b41a60bb 100644 --- a/docs/dispatch.html +++ b/docs/dispatch.html @@ -75,7 +75,7 @@ table.</li> void glVertex3f(GLfloat x, GLfloat y, GLfloat z) { const struct _glapi_table * const dispatch = GET_DISPATCH(); - + (*dispatch->Vertex3f)(x, y, z); }</pre></td></tr> <tr><td>Sample dispatch function</td></tr></table> |