Author: rjung
Date: Sun Nov 4 10:11:04 2007
New Revision: 591810
URL: http://svn.apache.org/viewvc?rev=591810&view=rev
Log:
Fix compilation. Properly escape line ending.
Modified:
tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc
Modified: tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc?rev=591810&r1=591809&r2=591810&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc (original)
+++ tomcat/connectors/trunk/jk/native/iis/isapi_redirect.rc Sun Nov 4 10:11:04
2007
@@ -1,7 +1,7 @@
#define JK_COPYRIGHT "Licensed to the Apache Software Foundation " \
"(ASF) under one or more contributor license " \
"agreements. See the NOTICE file distributed " \
- "with this work for additional information "
+ "with this work for additional information " \
"regarding copyright ownership."
#define JK_LICENSE "The ASF licenses this file to You under the " \
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]