mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
gtkenums.h: Remove trailing comma to fix warning.
This commit is contained in:
parent
a090f331b9
commit
d927df0c3d
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user