summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-04-11 10:18:17 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-09-17 17:11:57 +0200
commit85e0b084592e6beef2987b02e34a3909f35708e0 (patch)
tree87a68536b86c4b23ae26f1020364459ba62f6645
parent909faa33a42a24f5dcb29621271a1d4e8bb94c3d (diff)
downloadcogl-85e0b084592e6beef2987b02e34a3909f35708e0.tar.gz
CoglBufferError: Remove trailing comma from enum.
This is helpful for C++ with g++'s -pedantic warnings complain about it.
-rw-r--r--cogl/cogl-buffer.h2
1 files changed, 1 insertions, 1 deletions
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