projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8658f65
)
runtime/thread.scm (register-time-event): typo
author
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 9 Aug 2016 19:52:49 +0000
(12:52 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Tue, 9 Aug 2016 19:52:49 +0000
(12:52 -0700)
src/runtime/thread.scm
patch
|
blob
|
history
diff --git
a/src/runtime/thread.scm
b/src/runtime/thread.scm
index 51a27f9e8aa64208c949f69247b26050ed998ecb..911927969e2560a68e9eabb6167c26807bbdb484 100644
(file)
--- a/
src/runtime/thread.scm
+++ b/
src/runtime/thread.scm
@@
-1024,7
+1024,7
@@
USA.
(set! timer-records new-record)))
(loop (timer-record/next record) record)))
(%maybe-toggle-thread-timer)))
- new-record))
)
+ new-record))
(define (sleep-current-thread interval)
(let ((delivered? #f))