summaryrefslogtreecommitdiffstats
path: root/generic/tclNotify.c
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2006-09-25 14:59:43 (GMT)
committerKevin B Kenny <kennykb@acm.org>2006-09-25 14:59:43 (GMT)
commit7e0138cf481a8353f9b62d3eb01e0e817b773751 (patch)
treea02190b64c9462a9fdbeae032632b07be1c7d249 /generic/tclNotify.c
parent85db18a56024363297104710a26f2ab0d7d765a5 (diff)
downloadtcl-7e0138cf481a8353f9b62d3eb01e0e817b773751.zip
tcl-7e0138cf481a8353f9b62d3eb01e0e817b773751.tar.gz
tcl-7e0138cf481a8353f9b62d3eb01e0e817b773751.tar.bz2
yet another stab at 1564777
Diffstat (limited to 'generic/tclNotify.c')
-rw-r--r--generic/tclNotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclNotify.c b/generic/tclNotify.c
index 6263b41..87c1ead 100644
--- a/generic/tclNotify.c
+++ b/generic/tclNotify.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: tclNotify.c,v 1.23 2006/09/25 14:58:03 kennykb Exp $
+ * RCS: @(#) $Id: tclNotify.c,v 1.24 2006/09/25 14:59:43 kennykb Exp $
*/
#include "tclInt.h"
@@ -561,7 +561,7 @@ Tcl_DeleteEvents(
hold = evPtr;
evPtr = evPtr->nextPtr;
ckfree((char *) hold);
-
+
} else {
/* Event is to be retained. */