From 85e0b084592e6beef2987b02e34a3909f35708e0 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 11 Apr 2014 10:18:17 +0200 Subject: CoglBufferError: Remove trailing comma from enum. This is helpful for C++ with g++'s -pedantic warnings complain about it. --- cogl/cogl-buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogl/cogl-buffer.h b/cogl/cogl-buffer.h index 235e9419..adbc51f9 100644 --- a/cogl/cogl-buffer.h +++ b/cogl/cogl-buffer.h @@ -89,7 +89,7 @@ typedef struct _CoglBuffer CoglBuffer; * Stability: unstable */ typedef enum { /*< prefix=COGL_BUFFER_ERROR >*/ - COGL_BUFFER_ERROR_MAP, + COGL_BUFFER_ERROR_MAP } CoglBufferError; uint32_t -- cgit v1.2.1