1.0.39.3: support building on darwin x86 and x86-64 without the dlshim
[sbcl.git] / src / code / target-format.lisp
index 792e610..8478a22 100644 (file)
@@ -78,8 +78,7 @@
                       (function
                        (typecase character
                          (base-char
-                          (svref *format-directive-interpreters* (char-code character)))
-                         (character nil)))
+                          (svref *format-directive-interpreters* (char-code character)))))
                       (*default-format-error-offset*
                        (1- (format-directive-end directive))))
                  (unless function