- Cleaned CRLF's from the sources and related files
[privoxy.git] / loaders.c
index 71ff3fa..f3ea5a1 100644 (file)
--- a/loaders.c
+++ b/loaders.c
@@ -1,7 +1,7 @@
-const char loaders_rcs[] = "$Id: loaders.c,v 1.1 2001/05/13 21:57:06 administrator Exp $";
+const char loaders_rcs[] = "$Id: loaders.c,v 1.1.1.1 2001/05/15 13:58:59 oes Exp $";
 /*********************************************************************
  *
- * File        :  $Source: /home/administrator/cvs/ijb/loaders.c,v $
+ * File        :  $Source: /cvsroot/ijbswa/current/loaders.c,v $
  *
  * Purpose     :  Functions to load and unload the various
  *                configuration files.  Also contains code to manage
@@ -35,6 +35,9 @@ const char loaders_rcs[] = "$Id: loaders.c,v 1.1 2001/05/13 21:57:06 administrat
  *
  * Revisions   :
  *    $Log: loaders.c,v $
+ *    Revision 1.1.1.1  2001/05/15 13:58:59  oes
+ *    Initial import of version 2.9.3 source tree
+ *
  *
  *********************************************************************/
 \f
@@ -603,11 +606,11 @@ static int check_file_changed(const struct file_list * current,
       char * p = html_encode(filename);
       if (p)
       {
-         fs->proxy_args = strsav(fs->proxy_args, "<h2>The file `");\r
-         fs->proxy_args = strsav(fs->proxy_args, p);\r
-         fs->proxy_args = strsav(fs->proxy_args, \r
-            "' contains the following patterns</h2>\n");\r
-         freez(p);\r
+         fs->proxy_args = strsav(fs->proxy_args, "<h2>The file `");
+         fs->proxy_args = strsav(fs->proxy_args, p);
+         fs->proxy_args = strsav(fs->proxy_args, 
+            "' contains the following patterns</h2>\n");
+         freez(p);
       }
       fs->proxy_args = strsav(fs->proxy_args, "<pre>");
    }