Merge "cosmetics: pngdec: normalize default label location"

This commit is contained in:
pascal massimino 2013-02-02 00:18:37 -08:00 committed by Gerrit Code Review
commit 146c6e3be8

View File

@ -144,9 +144,9 @@ static int ExtractMetadataFromPNG(png_structp png,
text_length = text->itxt_length;
break;
#endif
default:
case PNG_TEXT_COMPRESSION_NONE:
case PNG_TEXT_COMPRESSION_zTXt:
default:
text_length = text->text_length;
break;
}