]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/util.c
Major rewrite of proxy authentication to support other schemes than
[thirdparty/squid.git] / lib / util.c
index 8d0db31b68599749bc9b13c2155a43e024f9e909..d2b290d4c2eb3539633cb4cdf9877b114afaba63 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: util.c,v 1.75 2001/01/07 09:55:22 hno Exp $
+ * $Id: util.c,v 1.76 2001/01/07 23:36:36 hno Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
@@ -749,7 +749,7 @@ xitoa(int num)
 }
 
 /* A default failure notifier when the main program hasn't installed any */
-void 
+void
 default_failure_notify(const char *msg)
 {
     write(2, msg, strlen(msg));