src/: Error message cleanup.
[sod] / src / parser / package.lisp
index 623c297..e3e363d 100644 (file)
@@ -33,7 +33,7 @@
                     #+cmu #:extensions
                     #+ecl #.(if (find-package '#:gray) '#:gray '#:si)
                     #+clisp #:gray))
-             (error "Unsupported Lisp (can't find Gray streams).")))
+             (error "Unsupported Lisp (can't find Gray streams)")))
 
   ;; CMUCL's `extensions' package has lots of cruft.  Use our cruft instead.
   #+cmu (:shadowing-import-from #:sod-utilities #:symbolicate #:once-only))