[libpng16] Use "FALL THROUGH" comment consistently in switch statements.

This commit is contained in:
Glenn Randers-Pehrson
2012-12-09 19:39:30 -06:00
parent e4f124e335
commit 5c2d76fdef
3 changed files with 4 additions and 4 deletions

View File

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