[libpng17] Improved description of filler-byte bug fix in CHANGES and ANNOUNCE.

This commit is contained in:
Glenn Randers-Pehrson
2015-09-18 23:39:51 -05:00
parent 38647d4b21
commit 714515bc0c
3 changed files with 9 additions and 7 deletions

View File

@@ -1064,11 +1064,11 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
case PNG_INTERLACE_ADAM7:
num_passes = 7;
break;
break;
default:
png_error(read_ptr, "invalid interlace type");
/*NOT REACHED*/
png_error(read_ptr, "invalid interlace type");
/*NOT REACHED*/
}
}