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

@@ -518,7 +518,7 @@
*
* The error domain of the GLib thread subsystem.
**/
G_DEFINE_QUARK ("g_thread_error", g_thread_error)
G_DEFINE_QUARK (g_thread_error, g_thread_error)
/* Local Data {{{1 -------------------------------------------------------- */