summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-05-03 09:38:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-03 09:38:45 +0000
commitd8c421f35dbe72db164038ec7082ca8f0eefbc09 (patch)
tree61749eff1c761ce184cf372eee5d18828d56fc08 /modules
parentd0d9f6449a90a513d8f3b9c50e60f92e975fa2ff (diff)
downloadgtk+-d8c421f35dbe72db164038ec7082ca8f0eefbc09.tar.gz
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)
Diffstat (limited to 'modules')
-rw-r--r--modules/engines/pixbuf/ChangeLog4
-rw-r--r--modules/engines/pixbuf/pixbuf.h2
2 files changed, 5 insertions, 1 deletions
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 <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.
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