Fix trailing "," in enumeration.

Sat Dec 22 15:31:20 2001  Owen Taylor  <otaylor@redhat.com>

        * gdk-pixdata.h: Fix trailing "," in enumeration.
This commit is contained in:
Owen Taylor 2001-12-23 22:55:53 +00:00 committed by Owen Taylor
parent 856a93cb85
commit 1806c0eed8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sat Dec 22 15:31:20 2001 Owen Taylor <otaylor@redhat.com>
* gdk-pixdata.h: Fix trailing "," in enumeration.
2001-12-17 Matthias Clasen <matthiasc@poet.de>
* gdk-pixbuf.c, gdk-pixbuf-io.c, gdk-pixbuf-animation.c,

View File

@ -158,7 +158,7 @@ typedef enum
GDK_PIXDATA_DUMP_STATIC = 1 << 9,
GDK_PIXDATA_DUMP_CONST = 1 << 10,
/* save RLE decoder macro? */
GDK_PIXDATA_DUMP_RLE_DECODER = 1 << 16,
GDK_PIXDATA_DUMP_RLE_DECODER = 1 << 16
} GdkPixdataDumpType;