From 545f2bbda7598242afb10a70a2ea91c5648f87fe Mon Sep 17 00:00:00 2001 From: rmax Date: Fri, 10 Sep 2004 13:42:45 +0000 Subject: fixed a small typo in TextPeerCmd() --- generic/tkText.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkText.c b/generic/tkText.c index a920b20..f8a1abd 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkText.c,v 1.52 2004/09/10 12:13:40 vincentdarley Exp $ + * RCS: @(#) $Id: tkText.c,v 1.53 2004/09/10 13:42:45 rmax Exp $ */ #include "default.h" @@ -1637,7 +1637,7 @@ TextPeerCmd(textPtr, interp, objc, objv) return TCL_ERROR; } - switch ((enum editOptions)index) { + switch ((enum peerOptions)index) { case PEER_CREATE: { if (objc < 4) { Tcl_WrongNumArgs(interp, 3, objv, "pathName ?options?"); -- cgit v0.12