summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2007-04-20 05:51:07 (GMT)
committerkennykb <kennykb@noemail.net>2007-04-20 05:51:07 (GMT)
commitc22a629d769c281bd084ababea123dc858705794 (patch)
treed1bc1e4898e7345e3f4220c96e003fd6e41b73ed /generic/tclCkalloc.c
parentc884c7079b217618614568073f0c3f2415e07a62 (diff)
downloadtcl-c22a629d769c281bd084ababea123dc858705794.zip
tcl-c22a629d769c281bd084ababea123dc858705794.tar.gz
tcl-c22a629d769c281bd084ababea123dc858705794.tar.bz2
Whitespace policing, replacing commas in varargs with constant string catenation, and fixed an oversight in the fix for NZA time zones.
FossilOrigin-Name: d6ee490b6b6a9de069d6463ed744906e1e89e221
Diffstat (limited to 'generic/tclCkalloc.c')
-rw-r--r--generic/tclCkalloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCkalloc.c b/generic/tclCkalloc.c
index 7993515..6deaf34 100644
--- a/generic/tclCkalloc.c
+++ b/generic/tclCkalloc.c
@@ -14,7 +14,7 @@
*
* This code contributed by Karl Lehenbauer and Mark Diekhans
*
- * RCS: @(#) $Id: tclCkalloc.c,v 1.30 2006/11/15 20:08:43 dgp Exp $
+ * RCS: @(#) $Id: tclCkalloc.c,v 1.31 2007/04/20 05:51:09 kennykb Exp $
*/
#include "tclInt.h"
@@ -913,7 +913,7 @@ MemoryCmd(
}
Tcl_AppendResult(interp, "bad option \"", argv[1],
- "\": should be active, break_on_malloc, info, init, onexit, ",
+ "\": should be active, break_on_malloc, info, init, onexit, "
"tag, trace, trace_on_at_malloc, or validate", NULL);
return TCL_ERROR;