r22600 - gnucash/trunk/src/gnc-module - Reformat a comment to fit on an 80-col term

John Ralls jralls at code.gnucash.org
Sat Dec 1 17:41:26 EST 2012


Author: jralls
Date: 2012-12-01 17:41:26 -0500 (Sat, 01 Dec 2012)
New Revision: 22600
Trac: http://svn.gnucash.org/trac/changeset/22600

Modified:
   gnucash/trunk/src/gnc-module/gnc-module.c
Log:
Reformat a comment to fit on an 80-col term

Modified: gnucash/trunk/src/gnc-module/gnc-module.c
===================================================================
--- gnucash/trunk/src/gnc-module/gnc-module.c	2012-12-01 22:41:16 UTC (rev 22599)
+++ gnucash/trunk/src/gnc-module/gnc-module.c	2012-12-01 22:41:26 UTC (rev 22600)
@@ -172,12 +172,14 @@
         {
             /* 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"))



More information about the gnucash-changes mailing list