summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index 93683a7..5ad1dbc 100644
--- a/generic/tclIORChan.c
+++ b/generic/tclIORChan.c
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclIORChan.c,v 1.21 2007/04/10 14:47:15 dkf Exp $
+ * RCS: @(#) $Id: tclIORChan.c,v 1.22 2007/04/10 22:02:59 dkf Exp $
*/
#include <tclInt.h>
@@ -1919,8 +1919,8 @@ NextHandle(void)
}
static void
-FreeReflectedChannel(rcPtr)
- ReflectedChannel *rcPtr;
+FreeReflectedChannel(
+ ReflectedChannel *rcPtr)
{
Channel *chanPtr = (Channel *) rcPtr->chan;
int i, n;