summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-11-03 12:49:11 (GMT)
committervincentdarley <vincentdarley>2003-11-03 12:49:11 (GMT)
commite300350d5bfd8bed856ef97f4da4c0c4871a2f4f (patch)
treef58014117024d5fb5207ca7694a59f53656eb1e8 /generic
parent5e444e6995acd1263f56df5e1279a4fc7c2a1652 (diff)
downloadtcl-e300350d5bfd8bed856ef97f4da4c0c4871a2f4f.zip
tcl-e300350d5bfd8bed856ef97f4da4c0c4871a2f4f.tar.gz
tcl-e300350d5bfd8bed856ef97f4da4c0c4871a2f4f.tar.bz2
whitespace
Diffstat (limited to 'generic')
-rw-r--r--generic/tclPathObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclPathObj.c b/generic/tclPathObj.c
index 8fa73d5..be3ac61 100644
--- a/generic/tclPathObj.c
+++ b/generic/tclPathObj.c
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclPathObj.c,v 1.12 2003/10/13 16:48:06 vincentdarley Exp $
+ * RCS: @(#) $Id: tclPathObj.c,v 1.13 2003/11/03 12:49:11 vincentdarley Exp $
*/
#include "tclInt.h"
@@ -709,7 +709,7 @@ TclFSMakePathRelative(interp, objPtr, cwdPtr)
if (interp != NULL) {
Tcl_ResetResult(interp);
Tcl_AppendResult(interp, "can't find object",
- "string representation", (char *) NULL);
+ "string representation", (char *) NULL);
}
return NULL;
}