removed extra comma at end of enum
This commit is contained in:
parent
1ae617e324
commit
fdaecac622
@ -187,7 +187,7 @@ typedef enum
|
||||
{
|
||||
GTK_RESIZE_PARENT, /* Pass resize request to the parent */
|
||||
GTK_RESIZE_QUEUE, /* Queue resizes on this widget */
|
||||
GTK_RESIZE_IMMEDIATE, /* Perform the resizes now */
|
||||
GTK_RESIZE_IMMEDIATE /* Perform the resizes now */
|
||||
} GtkResizeMode;
|
||||
|
||||
/* signal run types */
|
||||
|
Loading…
Reference in New Issue
Block a user