Removed a trailing enum comma.
This commit is contained in:
parent
d8d73163fd
commit
c4714662b1
@ -39,7 +39,7 @@ G_BEGIN_DECLS
|
||||
typedef enum {
|
||||
GTK_TEXT_SEARCH_VISIBLE_ONLY = 1 << 0,
|
||||
GTK_TEXT_SEARCH_TEXT_ONLY = 1 << 1,
|
||||
GTK_TEXT_SEARCH_CASE_INSENSITIVE = 1 << 2,
|
||||
GTK_TEXT_SEARCH_CASE_INSENSITIVE = 1 << 2
|
||||
/* Possible future plans: SEARCH_REGEXP */
|
||||
} GtkTextSearchFlags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user