GtkDebug: Remove a trailing comma on an enum.

This commit is contained in:
Murray Cumming 2010-05-18 09:32:44 +02:00
parent 4704a239ac
commit f54910cf86

View File

@ -48,7 +48,7 @@ typedef enum {
GTK_DEBUG_ICONTHEME = 1 << 9,
GTK_DEBUG_PRINTING = 1 << 10,
GTK_DEBUG_BUILDER = 1 << 11,
GTK_DEBUG_EXTENDED_LAYOUT = 1 << 12,
GTK_DEBUG_EXTENDED_LAYOUT = 1 << 12
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG