rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.52k stars 106 forks source link

Remove errant tilde at end of line. #270

Closed tomrake closed 1 year ago

tomrake commented 1 year ago

This is my proposed fix for #269 The error requires CRLF line ends which is especially odd that white space makes this big a difference but it seems to in this case. Without this SBCL fails to load clog-window.lisp but the ~ at the end of line in a format string is still an obvious error. The fix is to remove errant tilde.