minor bug fix
svn: r3328
This commit is contained in:
parent
7d8b11a4a6
commit
1a70f40e4f
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
(define pings (make-hash 'equal))
|
(define pings (make-hash 'equal))
|
||||||
|
|
||||||
(for-each-e (where)
|
(for-each-e! (where)
|
||||||
(match-lambda [(line function context rest ...)
|
(match-lambda [(line function context rest ...)
|
||||||
(hash-table-increment! pings (list function context))]
|
(hash-table-increment! pings (list function context))]
|
||||||
[_ (void)]))
|
[_ (void)]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user