diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-17 22:04:50 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-17 22:04:50 (GMT) |
commit | bf4be5f15d3e6dcd7440e0d01343b676b05abb34 (patch) | |
tree | 34c8f52fe2a6adc353d38c95180254c1410d59d8 /generic/tclIOUtil.c | |
parent | 74b5d7c7adf8b351988ffb3c7a3ea0c795d0a882 (diff) | |
download | tcl-bf4be5f15d3e6dcd7440e0d01343b676b05abb34.zip tcl-bf4be5f15d3e6dcd7440e0d01343b676b05abb34.tar.gz tcl-bf4be5f15d3e6dcd7440e0d01343b676b05abb34.tar.bz2 |
Ugh; convert unfortunate tab back to a space
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r-- | generic/tclIOUtil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c index da0fc8f..43b8b31 100644 --- a/generic/tclIOUtil.c +++ b/generic/tclIOUtil.c @@ -17,7 +17,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIOUtil.c,v 1.120 2005/07/17 21:17:42 dkf Exp $ + * RCS: @(#) $Id: tclIOUtil.c,v 1.121 2005/07/17 22:04:50 dkf Exp $ */ #include "tclInt.h" @@ -1597,7 +1597,7 @@ TclGetOpenModeEx(interp, modeString, seekFlagPtr, binaryPtr) if (Tcl_SplitList(interp, modeString, &modeArgc, &modeArgv) != TCL_OK) { if (interp != (Tcl_Interp *) NULL) { Tcl_AddErrorInfo(interp, - "\n while processing open access modes \""); + "\n while processing open access modes \""); Tcl_AddErrorInfo(interp, modeString); Tcl_AddErrorInfo(interp, "\""); } |