diff --git a/gmodule/gmodule.c b/gmodule/gmodule.c index 388c6b50e..f1933a72a 100644 --- a/gmodule/gmodule.c +++ b/gmodule/gmodule.c @@ -81,7 +81,6 @@ * g_quark_from_static_string ("my-module-stuff"), * it must ensure that it is never unloaded, by calling g_module_make_resident(). * - * * * Calling a function defined in a <structname>GModule</structname> *