summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authormig <mig@noemail.net>2011-03-02 21:31:08 (GMT)
committermig <mig@noemail.net>2011-03-02 21:31:08 (GMT)
commitc837edbb43e9a71cdad9a71c0c66f9582f619422 (patch)
tree27793b693cb2eadb086b6c16186bf35482573b31 /generic/tclParse.c
parent0c7af57d6741cd5fd50a36b0dbdced82374b78a9 (diff)
downloadtcl-c837edbb43e9a71cdad9a71c0c66f9582f619422.zip
tcl-c837edbb43e9a71cdad9a71c0c66f9582f619422.tar.gz
tcl-c837edbb43e9a71cdad9a71c0c66f9582f619422.tar.bz2
add missing comment terminator
FossilOrigin-Name: e3b87b44f3c1eed238311c4638bcd4185fde5c23
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"
/*