mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Fix yet another typo in cmpwt.lsp.
This commit is contained in:
parent
79d6eb5873
commit
8d06d5b7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
|||
((char= x #\")
|
||||
(princ "\\\"" stream))
|
||||
(t (princ x stream)))))
|
||||
(princ (if one-liner #\" " \"" stream))
|
||||
(princ (if one-liner "\"" " \"") stream)
|
||||
string))
|
||||
|
||||
;;; ======================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue