summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-03-01 18:04:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-03-01 18:04:45 (GMT)
commit3f68670d7b0563169c2406c3bcf105b86c8e4f60 (patch)
tree1fd2dc422a8cfa2b8f9beee7f51eb504f8da5789
parent65349bc871b8b2bc06cc96e00a685f2e116fa66a (diff)
downloadtcl-3f68670d7b0563169c2406c3bcf105b86c8e4f60.zip
tcl-3f68670d7b0563169c2406c3bcf105b86c8e4f60.tar.gz
tcl-3f68670d7b0563169c2406c3bcf105b86c8e4f60.tar.bz2
Typo in last commit broke tclStringObj.c build. Fixed.
-rw-r--r--generic/tclStringObj.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index 2d83605..6a9d832 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -32,6 +32,7 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+ */
#include "tclInt.h"