mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-29 10:36:35 +02:00
glib: don't quote quark names for G_DEFINE_QUARK
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
*
|
||||
* Error codes returned by shell functions.
|
||||
**/
|
||||
G_DEFINE_QUARK ("g-shell-error-quark", g_shell_error)
|
||||
G_DEFINE_QUARK (g-shell-error-quark, g_shell_error)
|
||||
|
||||
/* Single quotes preserve the literal string exactly. escape
|
||||
* sequences are not allowed; not even \' - if you want a '
|
||||
|
Reference in New Issue
Block a user