From: William A. Rowe Jr Date: Fri, 10 Mar 2006 00:19:31 +0000 (+0000) Subject: The trailing newline is significant when the linker attempts X-Git-Tag: 2.0.56~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67283476fcd23bd1d6b00c4d4c3b7a0f67e89fc9;p=thirdparty%2Fapache%2Fhttpd.git The trailing newline is significant when the linker attempts to parse this file, we were failing that the module was larger than 0x1000 (not 0x10000 as the file says). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@384654 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 58e99472de9..01e5954a958 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -60,4 +60,4 @@ mod_auth_ldap.so 0x6FB50000 0x00010000 mod_log_forensic.so 0x6FB40000 0x00010000 mod_bucketeer.so 0x6FB30000 0x00010000 mod_echo.so 0x6FB20000 0x00010000 -mod_version.so 0x6FB10000 0x00010000 \ No newline at end of file +mod_version.so 0x6FB10000 0x00010000