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:
Behdad Esfahbod 2007-12-01 23:49:34 +00:00 committed by Behdad Esfahbod
parent 942f84e6c9
commit be869457d4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-01 Behdad Esfahbod <behdad@gnome.org>
* gioenumtypes.c.template: Fix typo.
2007-12-01 Matthias Clasen <mclasen@redhat.com>
* gioenumtypes.c.template: Make threadsafe get_type() functions.

View File

@ -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);
}