diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog index fdd47e2230..6b7737ba20 100644 --- a/modules/engines/pixbuf/ChangeLog +++ b/modules/engines/pixbuf/ChangeLog @@ -1,3 +1,7 @@ +Thu May 3 05:36:06 2001 Owen Taylor + + * pixbuf.h: Fix trailing comma on enumeration. (#54071) + 2001-03-05 Michael Natterer * src/pixbuf-draw.c: made the "parent_class" pointer static. diff --git a/modules/engines/pixbuf/pixbuf.h b/modules/engines/pixbuf/pixbuf.h index 9296a7def0..908e0177bc 100644 --- a/modules/engines/pixbuf/pixbuf.h +++ b/modules/engines/pixbuf/pixbuf.h @@ -94,7 +94,7 @@ enum TOKEN_ETCHED_OUT, TOKEN_ORIENTATION, TOKEN_HORIZONTAL, - TOKEN_VERTICAL, + TOKEN_VERTICAL }; typedef enum