CoglBufferError: Remove trailing comma from enum.

This is helpful for C++ with g++'s -pedantic warnings complain
about it.
This commit is contained in:
Murray Cumming 2014-04-11 10:18:17 +02:00
parent 909faa33a4
commit 85e0b08459

View File

@ -89,7 +89,7 @@ typedef struct _CoglBuffer CoglBuffer;
* Stability: unstable * Stability: unstable
*/ */
typedef enum { /*< prefix=COGL_BUFFER_ERROR >*/ typedef enum { /*< prefix=COGL_BUFFER_ERROR >*/
COGL_BUFFER_ERROR_MAP, COGL_BUFFER_ERROR_MAP
} CoglBufferError; } CoglBufferError;
uint32_t uint32_t