Browse Source

have gif trailing comment

v1.x
Tj Holowaychuk 14 years ago
parent
commit
32630a5637
  1. 5
      src/Image.cc

5
src/Image.cc

@ -342,8 +342,7 @@ Image::loadPNG() {
#ifdef HAVE_GIF
int
getGIFTransparentColor(GifFileType * gft, int framenum)
{
getGIFTransparentColor(GifFileType * gft, int framenum) {
ExtensionBlock *ext = gft->SavedImages[framenum].ExtensionBlocks;
for (int ix = 0; ix < gft->SavedImages[framenum].ExtensionBlockCount; ix++, ext++) {
@ -518,7 +517,7 @@ Image::loadGIFFromBuffer(uint8_t *buf, unsigned len) {
return CAIRO_STATUS_SUCCESS;
}
#endif
#endif /* HAVE_GIF */
#ifdef HAVE_JPEG

Loading…
Cancel
Save