summaryrefslogtreecommitdiff
path: root/tests/dbus/async-no-reply_server.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/async-no-reply_server.c-expected')
-rw-r--r--tests/dbus/async-no-reply_server.c-expected8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/dbus/async-no-reply_server.c-expected b/tests/dbus/async-no-reply_server.c-expected
index f01b56937..e2e894c60 100644
--- a/tests/dbus/async-no-reply_server.c-expected
+++ b/tests/dbus/async-no-reply_server.c-expected
@@ -428,13 +428,13 @@ test_get_type_once (void)
GType
test_get_type (void)
{
- static volatile gsize test_type_id__volatile = 0;
- if (g_once_init_enter (&test_type_id__volatile)) {
+ static volatile gsize test_type_id__once = 0;
+ if (g_once_init_enter (&test_type_id__once)) {
GType test_type_id;
test_type_id = test_get_type_once ();
- g_once_init_leave (&test_type_id__volatile, test_type_id);
+ g_once_init_leave (&test_type_id__once, test_type_id);
}
- return test_type_id__volatile;
+ return test_type_id__once;
}
static void