paren typo

svn: r16603
This commit is contained in:
Eli Barzilay 2009-11-07 07:19:08 +00:00
parent dcb5f5cfb1
commit eb42bdb4dc

View File

@ -31,4 +31,4 @@
(define (hex-color-string? s) (and (string? s) (hex-digit-string? s)))
(define (empty-property-error p)
(error (format "Empty value for property ~a" p))))
(error (format "Empty value for property ~a" p)))