Author: mturk
Date: Wed Oct 17 22:50:50 2007
New Revision: 585876
URL: http://svn.apache.org/viewvc?rev=585876&view=rev
Log:
Fix compilation. Add missing backslash
Modified:
tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc
Modified: tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc?rev=585876&r1=585875&r2=585876&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc (original)
+++ tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc Wed Oct 17
22:50:50 2007
@@ -11,7 +11,7 @@
#define TCN_LICENSE "The ASF licenses this file to You under the Apache " \
"License, Version 2.0 (the "License"); you may not use " \
"this file except in compliance with the License. You " \
- "may obtain a copy of the License at\r\n\r\n"
+ "may obtain a copy of the License at\r\n\r\n" \
"http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n" \
"Unless required by applicable law or agreed to in " \
"writing, software distributed under the License is " \
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]