glib: don't quote quark names for G_DEFINE_QUARK

This commit is contained in:
Cosimo Cecchi
2012-08-28 13:15:56 -04:00
parent daae12710a
commit 4b602940e2
14 changed files with 16 additions and 16 deletions

View File

@@ -1229,7 +1229,7 @@ g_match_info_fetch_all (const GMatchInfo *match_info)
/* GRegex */
G_DEFINE_QUARK ("g-regex-error-quark", g_regex_error)
G_DEFINE_QUARK (g-regex-error-quark, g_regex_error)
/**
* g_regex_ref: