warning tweak

This commit is contained in:
Matthew Flatt 2010-08-02 12:44:30 -06:00
parent 03f5e140ea
commit 96c77937b1

View File

@ -152,7 +152,7 @@
i i
(loop (cons i parsed-blocks))))] (loop (cons i parsed-blocks))))]
[else [else
(log-warning (format "gif: unhandled block type 0x~x~n" id)) (log-warning (format "gif: unhandled block type 0x~x" id))
(loop parsed-blocks)])))) (loop parsed-blocks)]))))
parsed-blocks)) parsed-blocks))