summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdMZ.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-07 09:07:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-07 09:07:14 (GMT)
commitaa169182303fb49c51d936bc7aa4b57f3d666dd2 (patch)
tree89ee686a42b0cfa8e9836923093985642080db12 /generic/tclCmdMZ.c
parent79ac6706b55fcefe1f213cfa037263bccedf1e57 (diff)
downloadtcl-aa169182303fb49c51d936bc7aa4b57f3d666dd2.zip
tcl-aa169182303fb49c51d936bc7aa4b57f3d666dd2.tar.gz
tcl-aa169182303fb49c51d936bc7aa4b57f3d666dd2.tar.bz2
Another indentation fix
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r--generic/tclCmdMZ.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c
index f285c2d..3c796a8 100644
--- a/generic/tclCmdMZ.c
+++ b/generic/tclCmdMZ.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: tclCmdMZ.c,v 1.124 2005/06/07 09:06:17 dkf Exp $
+ * RCS: @(#) $Id: tclCmdMZ.c,v 1.125 2005/06/07 09:07:14 dkf Exp $
*/
#include "tclInt.h"
@@ -2146,7 +2146,7 @@ Tcl_StringObjCmd(dummy, interp, objc, objv)
if (objc < 5 || objc > 6) {
Tcl_WrongNumArgs(interp, 2, objv,
- "string first last ?string?");
+ "string first last ?string?");
return TCL_ERROR;
}