[cogl/cogl-1.22] CoglBufferError: Remove trailing comma from enum.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.22] CoglBufferError: Remove trailing comma from enum.
- Date: Thu, 17 Sep 2015 15:12:06 +0000 (UTC)
commit 85e0b084592e6beef2987b02e34a3909f35708e0
Author: Murray Cumming <murrayc murrayc com>
Date: Fri Apr 11 10:18:17 2014 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-buffer.h b/cogl/cogl-buffer.h
index 235e941..adbc51f 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]