summaryrefslogtreecommitdiffstats
path: root/win/tclWinNotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tclWinNotify.c')
-rw-r--r--win/tclWinNotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinNotify.c b/win/tclWinNotify.c
index f92fe2f..04d32a3 100644
--- a/win/tclWinNotify.c
+++ b/win/tclWinNotify.c
@@ -890,7 +890,7 @@ Tcl_Sleep(
for (;;) {
- (*tclScaleTimeProcPtr) (&vdelay, tclTimeClientData);
+ tclScaleTimeProcPtr(&vdelay, tclTimeClientData);
/* No wait if sleep time too small (because windows may wait too long) */
if (!vdelay.sec && vdelay.usec < (long)timerResolution.minDelay) {