paren typo
svn: r16603
This commit is contained in:
parent
dcb5f5cfb1
commit
eb42bdb4dc
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user