From b4cdda1ba117bf43944c4af6a9d3d5afa0757562 Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 11 Aug 2005 02:02:34 +0000 Subject: oops --- generic/tkImage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkImage.c b/generic/tkImage.c index 737ad7b..a4ee9fd 100644 --- a/generic/tkImage.c +++ b/generic/tkImage.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkImage.c,v 1.24 2005/08/11 01:32:26 dgp Exp $ + * RCS: @(#) $Id: tkImage.c,v 1.25 2005/08/11 02:02:34 dgp Exp $ */ #include "tkInt.h" @@ -428,9 +428,9 @@ Tk_ImageObjCmd(clientData, interp, objc, objv) case IMAGE_WIDTH: Tcl_SetIntObj(Tcl_GetObjResult(interp), masterPtr->width); break; - } default: Tcl_Panic("can't happen"); + } break; } return TCL_OK; -- cgit v0.12