mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix typo.
2007-12-01 Behdad Esfahbod <behdad@gnome.org> * gioenumtypes.c.template: Fix typo. svn path=/trunk/; revision=6013
This commit is contained in:
committed by
Behdad Esfahbod
parent
942f84e6c9
commit
be869457d4
@@ -27,7 +27,7 @@ GType
|
||||
{ 0, NULL, NULL }
|
||||
};
|
||||
GType g_define_type_id =
|
||||
= g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
|
||||
g_@type@_register_static (g_intern_static_string ("@EnumName@"), values);
|
||||
g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user