]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops.. syntax error when adding the -T client option
authorhno <>
Fri, 14 Jun 2002 23:50:07 +0000 (23:50 +0000)
committerhno <>
Fri, 14 Jun 2002 23:50:07 +0000 (23:50 +0000)
src/client.cc

index 537b3d68c847d2ca64564b5c7ada87149e010db7..a64c014059902101b39c4075ad1e8ad1cf681cbe 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client.cc,v 1.95 2002/06/13 08:41:01 hno Exp $
+ * $Id: client.cc,v 1.96 2002/06/14 17:50:07 hno Exp $
  *
  * DEBUG: section 0     WWW Client
  * AUTHOR: Harvest Derived
@@ -176,7 +176,7 @@ main(int argc, char *argv[])
                        *t = '\r', *(t + 1) = '\n';
                }
                break;
-           case 'T*:
+           case 'T*':
                io_timeout = atoi(optarg);
                break;
            case 'v':