diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-03-21 14:16:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-03-21 14:16:08 (GMT) |
commit | b818f6e73d89388ec6500af4cbec3bebf532e939 (patch) | |
tree | 3521914339cceb5c2c819eb5e4373f47487d8831 /generic/tclEnv.c | |
parent | e09c7776b3ee325bd972de72a641f9342f6c379a (diff) | |
download | tcl-b818f6e73d89388ec6500af4cbec3bebf532e939.zip tcl-b818f6e73d89388ec6500af4cbec3bebf532e939.tar.gz tcl-b818f6e73d89388ec6500af4cbec3bebf532e939.tar.bz2 |
Minor comment formatting change
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r-- | generic/tclEnv.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/generic/tclEnv.c b/generic/tclEnv.c index ab5a9a0..e55d59e 100644 --- a/generic/tclEnv.c +++ b/generic/tclEnv.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclEnv.c,v 1.30 2007/03/20 21:20:12 dgp Exp $ + * RCS: @(#) $Id: tclEnv.c,v 1.31 2007/03/21 14:16:08 dkf Exp $ */ #include "tclInt.h" @@ -28,8 +28,7 @@ static char **environCache = NULL; static char **ourEnviron = NULL;/* Cache of the array that we allocate. We * need to track this in case another * subsystem swaps around the environ array - * like we do. - */ + * like we do. */ static int environSize = 0; /* Non-zero means that the environ array was * malloced and has this many total entries * allocated to it (not all may be in use at |