SGML fix.

This commit is contained in:
Matthias Clasen 2003-07-08 23:59:13 +00:00
parent 876f907863
commit 7b52034de1

View File

@ -1613,6 +1613,8 @@ Any one-time initialization function must have its own unique <structname>GOnce<
struct.
</para>
@status:
@retval:
@Since: 2.4
<!-- ##### ENUM GOnceStatus ##### -->
@ -1660,7 +1662,7 @@ get_debug_flags ()
{
static GOnce my_once = G_ONCE_INIT;
g_once (&my_once, parse_debug_flags, NULL);
g_once (&amp;my_once, parse_debug_flags, NULL);
return my_once.retval;
}