From d52c491962394362bfcbb601fef6cacdac1e8b14 Mon Sep 17 00:00:00 2001 From: "dgp@users.sourceforge.net" 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