diff options
-rw-r--r-- | build-aux/templates/qmi-error-quarks-template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/templates/qmi-error-quarks-template.c b/build-aux/templates/qmi-error-quarks-template.c index 4386a60..ffae0b8 100644 --- a/build-aux/templates/qmi-error-quarks-template.c +++ b/build-aux/templates/qmi-error-quarks-template.c @@ -25,7 +25,7 @@ static const GDBusErrorEntry @enum_name@_entries[] = { GQuark @enum_name@_quark (void) { - static volatile gsize quark_volatile = 0; + static volatile gsize quark_volatile = 1; if (!quark_volatile) g_dbus_error_register_error_domain ("@enum_name@_quark", |