mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
Fix typo in previous patch
This commit is contained in:
parent
1f0289c5c6
commit
79d6eb5873
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