Skip to content

Commit 5f0789c

Browse files
committed
Missing paren.
1 parent 9d52a0a commit 5f0789c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/evildoer/compile-ops.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(Xor rax type-char))]
3535
['eof-object?
3636
(seq (Cmp rax (value->bits eof))
37-
(if-equal))
37+
(if-equal))]
3838
['write-byte
3939
(seq (Mov rdi rax)
4040
(Call 'write_byte)

0 commit comments

Comments
 (0)