summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-06-23 15:45:38 (GMT)
committerdgp <dgp@noemail.net>2008-06-23 15:45:38 (GMT)
commitc37646404e1cf74697b082b63805dce506c2c7c2 (patch)
tree8a08402c2c5c19ddba3139e32a91db75304e730f /generic/tclIOUtil.c
parent00bd7c2c9ca029f3f2eed99d96673b904327e46d (diff)
downloadtcl-c37646404e1cf74697b082b63805dce506c2c7c2.zip
tcl-c37646404e1cf74697b082b63805dce506c2c7c2.tar.gz
tcl-c37646404e1cf74697b082b63805dce506c2c7c2.tar.bz2
formatting
FossilOrigin-Name: 3e2a4160b8879207d03bc587616e659564cf4df0
Diffstat (limited to 'generic/tclIOUtil.c')
-rw-r--r--generic/tclIOUtil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclIOUtil.c b/generic/tclIOUtil.c
index 19a7729..0f2f373 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.77.2.36 2008/06/23 15:43:42 dgp Exp $
+ * RCS: @(#) $Id: tclIOUtil.c,v 1.77.2.37 2008/06/23 15:45:39 dgp Exp $
*/
#include "tclInt.h"
@@ -5441,7 +5441,7 @@ Tcl_FSGetTranslatedPath(interp, pathPtr)
* translated result we need, and can store it for future use.
*/
retObj = Tcl_FSJoinToPath(Tcl_FSGetTranslatedPath(interp,
- srcFsPathPtr->cwdPtr), 1, &(srcFsPathPtr->normPathPtr));
+ srcFsPathPtr->cwdPtr), 1, &(srcFsPathPtr->normPathPtr));
srcFsPathPtr->translatedPathPtr = retObj;
Tcl_IncrRefCount(retObj);
} else {