cogl-in-gles-core-functions.h: Remove stray ';'
There is a stray ';' which some compilers are not fond of. https://bugzilla.gnome.org/show_bug.cgi?id=669785 Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
356e134ffb
commit
2c463c56b1
@ -125,7 +125,7 @@ COGL_EXT_FUNCTION (void, glDeleteBuffers,
|
||||
(GLsizei n,
|
||||
const GLuint *buffers))
|
||||
COGL_EXT_FUNCTION (GLboolean, glIsBuffer,
|
||||
(GLuint buffer);)
|
||||
(GLuint buffer))
|
||||
COGL_EXT_END ()
|
||||
|
||||
/* Available in GL 1.3, the multitexture extension or GLES. These are
|
||||
|
Loading…
Reference in New Issue
Block a user