From ffc15cd51639679c914868006a1e3462958bfd77 Mon Sep 17 00:00:00 2001 From: Simon van der Linden Date: Sun, 2 Aug 2009 13:30:04 +0200 Subject: Fix a typo in test_flags_get_type --- gir/everything.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gir/everything.c b/gir/everything.c index a1c92e44..9153560e 100644 --- a/gir/everything.c +++ b/gir/everything.c @@ -1083,7 +1083,7 @@ test_flags_get_type (void) static const GFlagsValue values[] = { { TEST_FLAG1, "TEST_FLAG1", "flag1" }, { TEST_FLAG2, "TEST_FLAG2", "flag2" }, - { TEST_FLAG3, "TEST_FLAG3", "flag2" }, + { TEST_FLAG3, "TEST_FLAG3", "flag3" }, { 0, NULL, NULL } }; etype = g_flags_register_static (g_intern_static_string ("TestFlags"), values); -- cgit v1.2.1