diff options
-rw-r--r-- | COPYING.LESSER | 4 | ||||
-rw-r--r-- | libdimension/platform.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYING.LESSER b/COPYING.LESSER index fc8a5de..cca7fc2 100644 --- a/COPYING.LESSER +++ b/COPYING.LESSER @@ -10,7 +10,7 @@ the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. - 0. Additional Definitions. + 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU @@ -111,7 +111,7 @@ the following: a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked - Version. + Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the diff --git a/libdimension/platform.c b/libdimension/platform.c index d93e057..8b6182d 100644 --- a/libdimension/platform.c +++ b/libdimension/platform.c @@ -29,7 +29,7 @@ #endif #ifdef _WIN32 #include <windows.h> -#endif +#endif #if DMNSN_BACKTRACE #include <execinfo.h> /* For backtrace() etc. */ #endif |