From d8c421f35dbe72db164038ec7082ca8f0eefbc09 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 3 May 2001 09:38:45 +0000 Subject: [PATCH] Fix trailing comma on enumeration. (#54071) Thu May 3 05:36:06 2001 Owen Taylor * pixbuf.h: Fix trailing comma on enumeration. (#54071) --- modules/engines/pixbuf/ChangeLog | 4 ++++ modules/engines/pixbuf/pixbuf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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