Fix compiler warning about ending struct with a comma
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@146 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -223,7 +223,7 @@ typedef enum {
|
|||||||
JCS_EXT_BGR, /* blue/green/red */
|
JCS_EXT_BGR, /* blue/green/red */
|
||||||
JCS_EXT_BGRX, /* blue/green/red/x */
|
JCS_EXT_BGRX, /* blue/green/red/x */
|
||||||
JCS_EXT_XBGR, /* x/blue/green/red */
|
JCS_EXT_XBGR, /* x/blue/green/red */
|
||||||
JCS_EXT_XRGB, /* x/red/green/blue */
|
JCS_EXT_XRGB /* x/red/green/blue */
|
||||||
} J_COLOR_SPACE;
|
} J_COLOR_SPACE;
|
||||||
|
|
||||||
/* DCT/IDCT algorithm options. */
|
/* DCT/IDCT algorithm options. */
|
||||||
|
|||||||
Reference in New Issue
Block a user