[devel] Relocated newly misplaced "else" in pngset.c

This commit is contained in:
Glenn Randers-Pehrson 2010-03-30 14:50:07 -05:00
parent dd78d526d0
commit 946c3f985f

View File

@ -697,8 +697,8 @@ png_set_text_2(png_structp png_ptr, png_infop info_ptr, png_textp text_ptr,
lang_key_len = 0;
}
#ifdef PNG_iTXt_SUPPORTED
else
#ifdef PNG_iTXt_SUPPORTED
{
/* Set iTXt data */