diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-10 14:52:13 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-10 14:52:13 (GMT) |
| commit | c72726d8cefd31a97c13a617c0f476eb2cf76f48 (patch) | |
| tree | 737e0d284648cea10f59a6a1b78fcb3f194944ae /generic/tclIO.c | |
| parent | 48af16b1e7c2c6005dc3fb8ea9149e22323bb4cc (diff) | |
| parent | 6f62d07c61ca11bfa64f8d054513eb73440c6899 (diff) | |
| download | tcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.zip tcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.tar.gz tcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.tar.bz2 | |
Merge to feature branch
Diffstat (limited to 'generic/tclIO.c')
| -rw-r--r-- | generic/tclIO.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c index d0ebe21..7abbba4 100644 --- a/generic/tclIO.c +++ b/generic/tclIO.c @@ -3292,10 +3292,11 @@ CloseWrite( * interpreter */ { /* Notes: clear-channel-handlers - write side only ? or keep around, just - * not called */ + * not called. */ /* No close cllbacks are run - channel is still open (read side) */ - ChannelState *statePtr = chanPtr->state; /* State of real IO channel */ + ChannelState *statePtr = chanPtr->state; + /* State of real IO channel. */ int flushcode; int result = 0; |
