summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authormig <mig>2011-03-02 21:31:08 (GMT)
committermig <mig>2011-03-02 21:31:08 (GMT)
commite5f6fcacf995750904478ff3be80014df5ef6906 (patch)
tree27793b693cb2eadb086b6c16186bf35482573b31 /generic/tclParse.c
parent64eb210f2c0a38f2c40ccfe5d432633d88e0be39 (diff)
downloadtcl-e5f6fcacf995750904478ff3be80014df5ef6906.zip
tcl-e5f6fcacf995750904478ff3be80014df5ef6906.tar.gz
tcl-e5f6fcacf995750904478ff3be80014df5ef6906.tar.bz2
add missing comment terminator
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c3
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"
/*