diff options
| author | Kevin B Kenny <kennykb@acm.org> | 2007-04-20 05:51:08 (GMT) |
|---|---|---|
| committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-20 05:51:08 (GMT) |
| commit | 171b3bb78833c68637968ebc32b6fdd63fc2c14c (patch) | |
| tree | d1bc1e4898e7345e3f4220c96e003fd6e41b73ed /generic/tclCkalloc.c | |
| parent | deac8084a2d3b280df5a730e44a4a6b0d732449d (diff) | |
| download | tcl-171b3bb78833c68637968ebc32b6fdd63fc2c14c.zip tcl-171b3bb78833c68637968ebc32b6fdd63fc2c14c.tar.gz tcl-171b3bb78833c68637968ebc32b6fdd63fc2c14c.tar.bz2 | |
Whitespace policing, replacing commas in varargs with constant string catenation, and fixed an oversight in the fix for NZA time zones.
Diffstat (limited to 'generic/tclCkalloc.c')
| -rw-r--r-- | generic/tclCkalloc.c | 4 |
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; |
