summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-02-10 11:08:32 +0800
committerNeil Roberts <neil@linux.intel.com>2012-02-13 12:22:18 +0000
commit2c463c56b1c99bb801ad551fee83796e23e62e68 (patch)
tree993386ae6d8f458f66b26338ed74a647f7e9e589
parent356e134ffb710eedc9404a7c9fa7629d11d68dbe (diff)
downloadcogl-2c463c56b1c99bb801ad551fee83796e23e62e68.tar.gz
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>
-rw-r--r--cogl/gl-prototypes/cogl-in-gles-core-functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/gl-prototypes/cogl-in-gles-core-functions.h b/cogl/gl-prototypes/cogl-in-gles-core-functions.h
index 01e0b6df..5cfde3ae 100644
--- a/cogl/gl-prototypes/cogl-in-gles-core-functions.h
+++ b/cogl/gl-prototypes/cogl-in-gles-core-functions.h
@@ -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