Fix trailing comma on enumeration. (#54071)

Thu May  3 05:36:06 2001  Owen Taylor  <otaylor@redhat.com>

        * pixbuf.h: Fix trailing comma on enumeration. (#54071)
This commit is contained in:
Owen Taylor 2001-05-03 09:38:45 +00:00 committed by Owen Taylor
parent d0d9f6449a
commit d8c421f35d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu May 3 05:36:06 2001 Owen Taylor <otaylor@redhat.com>
* pixbuf.h: Fix trailing comma on enumeration. (#54071)
2001-03-05 Michael Natterer <mitch@gimp.org>
* src/pixbuf-draw.c: made the "parent_class" pointer static.

View File

@ -94,7 +94,7 @@ enum
TOKEN_ETCHED_OUT,
TOKEN_ORIENTATION,
TOKEN_HORIZONTAL,
TOKEN_VERTICAL,
TOKEN_VERTICAL
};
typedef enum