diff options
author | mig <mig> | 2011-03-02 21:31:08 (GMT) |
---|---|---|
committer | mig <mig> | 2011-03-02 21:31:08 (GMT) |
commit | 812c5af46bd0df3e49f288c3f26960d5139b4a50 (patch) | |
tree | 27793b693cb2eadb086b6c16186bf35482573b31 | |
parent | 17bf2e2c7ac19e4a2d576a88d3bec1413a02be74 (diff) | |
download | tcl-812c5af46bd0df3e49f288c3f26960d5139b4a50.zip tcl-812c5af46bd0df3e49f288c3f26960d5139b4a50.tar.gz tcl-812c5af46bd0df3e49f288c3f26960d5139b4a50.tar.bz2 |
add missing comment terminator
-rw-r--r-- | generic/tclParse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c index 616f110..48b1b88 100644 --- a/generic/tclParse.c +++ b/generic/tclParse.c @@ -11,7 +11,8 @@ * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. - + */ + #include "tclInt.h" /* |