minor bug fix

svn: r3328
This commit is contained in:
Greg Cooper 2006-06-11 18:06:52 +00:00
parent 7d8b11a4a6
commit 1a70f40e4f

View File

@ -10,10 +10,10 @@
(define pings (make-hash 'equal))
(for-each-e (where)
(match-lambda [(line function context rest ...)
(hash-table-increment! pings (list function context))]
[_ (void)]))
(for-each-e! (where)
(match-lambda [(line function context rest ...)
(hash-table-increment! pings (list function context))]
[_ (void)]))
(define clicks (changes (quotient milliseconds 50)))