]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
mising paraen (Joe Ramey)
authorwessels <>
Thu, 23 Jan 1997 05:02:38 +0000 (05:02 +0000)
committerwessels <>
Thu, 23 Jan 1997 05:02:38 +0000 (05:02 +0000)
src/main.cc

index 0a9aa081d976c7e7fcabdea8b5f0f16f5a2fab90..6a6825552420bda6b55e42754d9fc5aa1a366184 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: main.cc,v 1.132 1997/01/20 18:27:14 wessels Exp $
+ * $Id: main.cc,v 1.133 1997/01/22 22:02:38 wessels Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -637,7 +637,7 @@ main(int argc, char **argv)
 #if HAVE_SRANDOM
     srandom(time(NULL));
 #elif HAVE_SRAND48
-    srand48(time(NULL);
+    srand48(time(NULL));
 #else
     srand(time(NULL));
 #endif