mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-29 23:42:17 +01:00
glib: don't quote quark names for G_DEFINE_QUARK
This commit is contained in:
@@ -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 -------------------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user