aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jpeglib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpeglib.h b/jpeglib.h
index a55eaca..7cc8039 100644
--- a/jpeglib.h
+++ b/jpeglib.h
@@ -223,7 +223,7 @@ typedef enum {
JCS_EXT_BGR, /* blue/green/red */
JCS_EXT_BGRX, /* blue/green/red/x */
JCS_EXT_XBGR, /* x/blue/green/red */
- JCS_EXT_XRGB, /* x/red/green/blue */
+ JCS_EXT_XRGB /* x/red/green/blue */
} J_COLOR_SPACE;
/* DCT/IDCT algorithm options. */