fixed typo
This commit is contained in:
parent
d75baf1985
commit
d69728b899
|
@ -31,7 +31,7 @@
|
|||
(define (status:term-sig status)
|
||||
(let ((termsig (bitwise-and status #x7F)))
|
||||
(and (not (zero? termsig)) ; Didn't exit.
|
||||
(not (= #x7F)) ; Not suspended.
|
||||
(not (= termsig #x7F)) ; Not suspended.
|
||||
termsig)))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue