From 977ba846f7ed4498cc286ec725a167538447992d Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 1 Dec 2012 22:41:26 +0000 Subject: [PATCH] Reformat a comment to fit on an 80-col term git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22600 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnc-module/gnc-module.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/gnc-module/gnc-module.c b/src/gnc-module/gnc-module.c index c7c78662fa..ec3c5b36fd 100644 --- a/src/gnc-module/gnc-module.c +++ b/src/gnc-module/gnc-module.c @@ -172,12 +172,14 @@ gnc_module_system_refresh(void) { /* is the file a loadable module? */ - /* Gotcha: On MacOS, G_MODULE_SUFFIX is defined as "so", but if we do - * not build clean libtool modules with "-module", we get dynamic - * libraries ending on .dylib - * On Windows, all modules will move to bin/, so they will be mixed with - * other libraries, such as gtk+. Adding a prefix "libgncmod" filter will prevent - * module loader load other libraries. And the filter should works on other platform. + /* Gotcha: On MacOS, G_MODULE_SUFFIX is defined as "so", + * but if we do not build clean libtool modules with + * "-module", we get dynamic libraries ending on .dylib On + * Windows, all modules will move to bin/, so they will be + * mixed with other libraries, such as gtk+. Adding a + * prefix "libgncmod" filter will prevent the module loader + * from loading other libraries. The filter should work on + * other platforms. */ if ((g_str_has_suffix(dent, "." G_MODULE_SUFFIX) || g_str_has_suffix(dent, ".dylib"))