[cogl] cogl-in-gles-core-functions.h: Remove stray ';'



commit 2c463c56b1c99bb801ad551fee83796e23e62e68
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Feb 10 11:08:32 2012 +0800

    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>

 cogl/gl-prototypes/cogl-in-gles-core-functions.h |    2 +-
 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 01e0b6d..5cfde3a 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]