diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/x11/indirect_vertex_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/indirect_vertex_array.c b/src/glx/x11/indirect_vertex_array.c index 769c88f4d26..15e3ece1487 100644 --- a/src/glx/x11/indirect_vertex_array.c +++ b/src/glx/x11/indirect_vertex_array.c @@ -62,7 +62,7 @@ * "vbo", to support multiple texture coordinate arrays, generic attributes, * and vertex buffer objects. * - * \author Ian Romanick <[email protected]> + * \author Ian Romanick <[email protected]> */ static void emit_DrawArrays_none( GLenum mode, GLint first, GLsizei count ); |