mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Remove trailing comma at end of enumerator list.
2007-04-27 Chris Wilson <chris@chris-wilson.co.uk> * glib/gregex.h: Remove trailing comma at end of enumerator list. svn path=/trunk/; revision=5464
This commit is contained in:
parent
5153ea94b0
commit
7919d52cd6
@ -1,3 +1,7 @@
|
||||
2007-04-27 Chris Wilson <chris@chris-wilson.co.uk>
|
||||
|
||||
* glib/gregex.h: Remove trailing comma at end of enumerator list.
|
||||
|
||||
2007-04-27 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gstdio.c (g_mkdir): Document that the mode argument is
|
||||
|
@ -70,7 +70,7 @@ typedef enum
|
||||
G_REGEX_MATCH_NEWLINE_CR = 1 << 20,
|
||||
G_REGEX_MATCH_NEWLINE_LF = 1 << 21,
|
||||
G_REGEX_MATCH_NEWLINE_CRLF = G_REGEX_MATCH_NEWLINE_CR | G_REGEX_MATCH_NEWLINE_LF,
|
||||
G_REGEX_MATCH_NEWLINE_ANY = 1 << 22,
|
||||
G_REGEX_MATCH_NEWLINE_ANY = 1 << 22
|
||||
} GRegexMatchFlags;
|
||||
|
||||
typedef struct _GRegex GRegex;
|
||||
|
Loading…
Reference in New Issue
Block a user