summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-02-28 05:41:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-02-28 05:41:56 +0000
commitbf13970ddb262765e5207c72d65f8083088c2a79 (patch)
treee6260408a028043e6748141500932f9afc5fceba /gtk/gtkcalendar.h
parent45debfb0ef90e68f258939ddc301e5413a0b4731 (diff)
downloadgtk+-bf13970ddb262765e5207c72d65f8083088c2a79.tar.gz
Remove trailing comma from enum to make the compiler happy. (#517295,
2008-02-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcalendar.h: Remove trailing comma from enum to make the compiler happy. (#517295, Sylvain Pasche) svn path=/trunk/; revision=19671
Diffstat (limited to 'gtk/gtkcalendar.h')
-rw-r--r--gtk/gtkcalendar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h
index 1e6ff9d39c..be62f1bc77 100644
--- a/gtk/gtkcalendar.h
+++ b/gtk/gtkcalendar.h
@@ -72,7 +72,7 @@ typedef enum
GTK_CALENDAR_NO_MONTH_CHANGE = 1 << 2,
GTK_CALENDAR_SHOW_WEEK_NUMBERS = 1 << 3,
GTK_CALENDAR_WEEK_START_MONDAY = 1 << 4,
- GTK_CALENDAR_SHOW_DETAILS = 1 << 5,
+ GTK_CALENDAR_SHOW_DETAILS = 1 << 5
} GtkCalendarDisplayOptions;
/**