small fix to in image

svn: r16425
This commit is contained in:
Matthias Felleisen 2009-10-24 21:13:23 +00:00
parent 8f4bbdc89a
commit 809b9dfbe7

View File

@ -109,7 +109,7 @@ plt/collects/tests/mzscheme/htdp-image.ss
(define (check-sizes who w h)
(unless (and (< 0 w 10000) (< 0 h 10000))
(error (format "cannot make ~a x ~a image" w h))))
(error who (format "cannot make ~a x ~a image" w h))))
(define (mode? x)
(member x '(solid "solid" outline "outline")))