CoglBufferError: Remove trailing comma from enum.
This is helpful for C++ with g++'s -pedantic warnings complain about it.
This commit is contained in:
parent
909faa33a4
commit
85e0b08459
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user