]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 9 Apr 1996 00:39:29 +0000 (00:39 +0000)
committerwessels <>
Tue, 9 Apr 1996 00:39:29 +0000 (00:39 +0000)
src/debug.cc
src/gopher.cc

index edca6d46479973cd1cb7bfd8e0d50348af3d7886..b92a8126becb05d2dc92dbd2e19b3ac0cae3bc99 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: debug.cc,v 1.11 1996/04/01 04:56:48 wessels Exp $ */
+
+/* $Id: debug.cc,v 1.12 1996/04/08 18:39:29 wessels Exp $ */
 
 #include "squid.h"
 
index 0e9072fd68179b4beead74662d95a80a9740d915..881800f701fb55fca54300db2ff50246de61ff88 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: gopher.cc,v 1.18 1996/04/08 18:28:56 wessels Exp $ */
+/* $Id: gopher.cc,v 1.19 1996/04/08 18:39:29 wessels Exp $ */
 
 /*
  * DEBUG: Section 10          gopher: GOPHER
@@ -71,7 +71,7 @@ static void gopherCloseAndFree(fd, data)
      int fd;
      GopherData *data;
 {
-    if (fd >0)
+    if (fd > +0)
        comm_close(fd);
     put_free_4k_page(data->buf, __FILE__, __LINE__);
     xfree(data);