Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Sep 29, 2023
1 parent e042561 commit 0618dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display-3.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
((emoji-char-code-p code)
:emoji)
(t
:emoji))))
:cjk))))

(defclass drawing-object ()
())
Expand Down

0 comments on commit 0618dbb

Please sign in to comment.