From 3f68670d7b0563169c2406c3bcf105b86c8e4f60 Mon Sep 17 00:00:00 2001 From: dgp Date: Tue, 1 Mar 2011 18:04:45 +0000 Subject: Typo in last commit broke tclStringObj.c build. Fixed. --- generic/tclStringObj.c | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v0.12