Fixed typo in cmptype-prop.lsp

This commit is contained in:
Juan Jose Garcia Ripoll 2010-06-22 00:07:33 +02:00
parent eb9e2d30a1
commit f6ed398f40

View file

@ -52,7 +52,7 @@
(actual-type (location-primary-type value))
(intersection (type-and actual-type expected-type)))
(unless intersection
(cmpwarn-stype "The argument ~d of function ~a has type~&~4T~A~&instead of expected~&~4T~A"
(cmpwarn-style "The argument ~d of function ~a has type~&~4T~A~&instead of expected~&~4T~A"
i fname actual-type expected-type))
#-new-cmp
(when (zerop (cmp-env-optimization 'safety))