1.0.33.23: nuke trailing newline from error string
[sbcl.git] / contrib / sb-introspect / introspect.lisp
index 2bfcc68..1b97c67 100644 (file)
@@ -358,7 +358,7 @@ If an unsupported TYPE is requested, the function will return NIL.
     ((or condition standard-object structure-object)
      (find-definition-source (class-of object)))
     (t
-     (error "Don't know how to retrieve source location for a ~S~%"
+     (error "Don't know how to retrieve source location for a ~S"
             (type-of object)))))
 
 (defun find-function-definition-source (function)