aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'wheelwork.lisp')
-rw-r--r--wheelwork.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork.lisp b/wheelwork.lisp
index 37a7bfc..2ce7179 100644
--- a/wheelwork.lisp
+++ b/wheelwork.lisp
@@ -687,7 +687,8 @@ ASSET-ARGS is a plist to pass to make-instance for the given resource.
asset-args)))))
(define-symbol-macro +standard-font-chars+
- " ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890\".,!?-'" )
+ "
+ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234567890\".,!?-'" )
(defclass/std font (asset)
((characters :i :std +standard-font-chars+)