summaryrefslogtreecommitdiffstats
path: root/generic/tclIORChan.c
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-02-26 21:50:50 (GMT)
committerjenglish <jenglish@flightlab.com>2008-02-26 21:50:50 (GMT)
commit53088532f68e31bc87332ef8b6f5f0ad8ae66b39 (patch)
tree7f93574f3c071179922f1da8b4bb2739bb7731f0 /generic/tclIORChan.c
parent2c695fbcd0bcccce2bb7bd362c5088789a96eb5a (diff)
downloadtcl-53088532f68e31bc87332ef8b6f5f0ad8ae66b39.zip
tcl-53088532f68e31bc87332ef8b6f5f0ad8ae66b39.tar.gz
tcl-53088532f68e31bc87332ef8b6f5f0ad8ae66b39.tar.bz2
More stray trailing ","s.
Diffstat (limited to 'generic/tclIORChan.c')
-rw-r--r--generic/tclIORChan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIORChan.c b/generic/tclIORChan.c
index 78448e2..94950e7 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.27 2007/12/13 15:23:18 dgp Exp $
+ * RCS: @(#) $Id: tclIORChan.c,v 1.28 2008/02/26 21:50:52 jenglish Exp $
*/
#include <tclInt.h>
@@ -191,7 +191,7 @@ typedef enum {
METH_READ,
METH_SEEK,
METH_WATCH,
- METH_WRITE,
+ METH_WRITE
} MethodName;
#define FLAG(m) (1 << (m))