Small typo in error usage

This commit is contained in:
Jay McCarthy 2011-07-24 16:18:13 -04:00
parent df0e35b213
commit bc5846d40e

View File

@ -317,7 +317,7 @@
#f))
ranges))
(if (null? converted)
(error (format "No satisfiable ranges in ~a/~a." ranges total-file-length))
(error 'convert-http-ranges "No satisfiable ranges in ~a/~a." ranges total-file-length)
converted))
;; make-206-response : integer bytes integer integer (alist-of integer integer) bytes -> basic-response