Fix up amiga/iff_dr2d.c with svgtiny using libdom now

This commit is contained in:
Daniel Silverstone 2012-11-03 18:28:12 +00:00
parent d5c88d5e8e
commit e7431898ab

View File

@ -92,8 +92,8 @@ bool ami_svg_to_dr2d(struct IFFHandle *iffh, const char *buffer,
case svgtiny_OUT_OF_MEMORY:
fprintf(stderr, "svgtiny_OUT_OF_MEMORY");
break;
case svgtiny_LIBXML_ERROR:
fprintf(stderr, "svgtiny_LIBXML_ERROR");
case svgtiny_LIBDOM_ERROR:
fprintf(stderr, "svgtiny_LIBDOM_ERROR");
break;
case svgtiny_NOT_SVG:
fprintf(stderr, "svgtiny_NOT_SVG");