[libpng15] Use "FALL THROUGH" comments consistently (all caps)

This commit is contained in:
Glenn Randers-Pehrson
2012-12-09 20:39:31 -06:00
parent 5aca696114
commit 494a0040f4
2 changed files with 3 additions and 3 deletions

View File

@@ -1221,7 +1221,7 @@ png_init_rgb_transformations(png_structp png_ptr)
default:
case 8:
/* Already 8 bits, fall through */
/* FALL THROUGH (already 8 bits) */
case 16:
/* Already a full 16 bits */