gtkenums.h: Remove trailing comma to fix warning.

This commit is contained in:
Murray Cumming 2010-06-21 15:21:44 +02:00
parent a090f331b9
commit d927df0c3d

View File

@ -557,7 +557,7 @@ typedef enum
typedef enum
{
GTK_SIZE_REQUEST_HEIGHT_FOR_WIDTH = 0,
GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT,
GTK_SIZE_REQUEST_WIDTH_FOR_HEIGHT
} GtkSizeRequestMode;