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
(loop (cons i parsed-blocks))))]
[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)]))))
parsed-blocks))