summaryrefslogtreecommitdiffstats
path: root/generic/tclNotify.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2006-09-25 14:59:43 (GMT)
committerkennykb <kennykb@noemail.net>2006-09-25 14:59:43 (GMT)
commit63ed8f311c9da84d864414d0cdcc6bc7fa2e9faf (patch)
treea02190b64c9462a9fdbeae032632b07be1c7d249 /generic/tclNotify.c
parente89009a8fc26d8f94cbfdc7d4aca91c58ae261fd (diff)
downloadtcl-63ed8f311c9da84d864414d0cdcc6bc7fa2e9faf.zip
tcl-63ed8f311c9da84d864414d0cdcc6bc7fa2e9faf.tar.gz
tcl-63ed8f311c9da84d864414d0cdcc6bc7fa2e9faf.tar.bz2
yet another stab at 1564777
FossilOrigin-Name: c093f50364334c956fa4a3204d745ba9422006a7
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. */