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:
Chun-wei Fan 2012-02-10 11:08:32 +08:00 committed by Neil Roberts
parent 356e134ffb
commit 2c463c56b1

View File

@ -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