From e6f98a12349b67e26d5f330d01ab742b40027f63 Mon Sep 17 00:00:00 2001 From: dkf Date: Wed, 29 Sep 2004 22:22:50 +0000 Subject: Typo --- generic/tclObj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclObj.c b/generic/tclObj.c index 107fb59..8f1fa5e 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclObj.c,v 1.69 2004/09/29 22:17:30 dkf Exp $ + * RCS: @(#) $Id: tclObj.c,v 1.70 2004/09/29 22:22:50 dkf Exp $ */ #include "tclInt.h" @@ -3467,7 +3467,7 @@ SetCmdNameFromAny(interp, objPtr) * structure was found, leave NULL as the cached value. */ - TclFreeIntRep)(objPtr); + TclFreeIntRep(objPtr); objPtr->internalRep.twoPtrValue.ptr1 = (VOID *) resPtr; objPtr->internalRep.twoPtrValue.ptr2 = NULL; objPtr->typePtr = &tclCmdNameType; -- cgit v0.12