summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-03-19 17:09:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-03-19 17:09:30 (GMT)
commitc3b2380c572856c444417e37c6e52e7b24cf433b (patch)
treee6fdb6985952e104004323a8b1172733b8f33abf /generic/tclAssembly.c
parent8bc2c23bda9e73e39c63f404bf1da85c8071f669 (diff)
downloadtcl-c3b2380c572856c444417e37c6e52e7b24cf433b.zip
tcl-c3b2380c572856c444417e37c6e52e7b24cf433b.tar.gz
tcl-c3b2380c572856c444417e37c6e52e7b24cf433b.tar.bz2
more spacing/formatting tweaks
Diffstat (limited to 'generic/tclAssembly.c')
-rw-r--r--generic/tclAssembly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c
index b041670..cc1fe3b 100644
--- a/generic/tclAssembly.c
+++ b/generic/tclAssembly.c
@@ -1383,7 +1383,7 @@ AssembleOneLine(
}
if (opnd < 0 || opnd > 3) {
Tcl_SetObjResult(interp,
- Tcl_NewStringObj("operand must be [0..3]", -1));
+ Tcl_NewStringObj("operand must be [0..3]", -1));
Tcl_SetErrorCode(interp, "TCL", "ASSEM", "OPERAND<0,>3", (void *)NULL);
goto cleanup;
}