]> granicus.if.org Git - libjpeg-turbo/commitdiff
Fix compiler warning about ending struct with a comma
authorDRC <dcommander@users.sourceforge.net>
Tue, 23 Feb 2010 21:43:21 +0000 (21:43 +0000)
committerDRC <dcommander@users.sourceforge.net>
Tue, 23 Feb 2010 21:43:21 +0000 (21:43 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@146 632fc199-4ca6-4c93-a231-07263d6284db

jpeglib.h

index a55eaca281f75d68a9119cfee49c7e4374ecd582..7cc8039bb365b3ebec6eaf64c31017f94b53eb73 100644 (file)
--- 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. */