summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-29 04:04:01 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-29 04:04:01 +0000
commit51e4ebb293f390b1e5296ec6988917700b5d2ddc (patch)
tree279ed778a47a7ce47d8d649be12610f6bfc48760
parentd06ddc50ab0d8a515bfde70418de4dda83eb5ab5 (diff)
downloadtinyproxy-51e4ebb293f390b1e5296ec6988917700b5d2ddc.tar.gz
tinyproxy-51e4ebb293f390b1e5296ec6988917700b5d2ddc.zip
Text clean up.
Diffstat (limited to '')
-rw-r--r--src/tinyproxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tinyproxy.h b/src/tinyproxy.h
index bebcb78..348e3a9 100644
--- a/src/tinyproxy.h
+++ b/src/tinyproxy.h
@@ -1,4 +1,4 @@
-/* $Id: tinyproxy.h,v 1.12 2001-08-27 17:46:20 rjkaes Exp $
+/* $Id: tinyproxy.h,v 1.13 2001-08-29 04:04:01 rjkaes Exp $
*
* See 'tinyproxy.c' for a detailed description.
*
@@ -70,7 +70,7 @@
#endif
/* Global variables for the main controls of the program */
-#define MAXBUFFSIZE (size_t)(1024 * 48) /* Max size of buffer */
+#define MAXBUFFSIZE ((size_t)(1024 * 48)) /* Max size of buffer */
#define MAXLISTEN 1024 /* Max number of connections */
#define MAX_IDLE_TIME (60 * 10) /* 10 minutes of no activity */