[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

@@ -937,7 +937,7 @@ png_set_filter(png_structrp png_ptr, int method, int filters)
case 5:
case 6:
case 7: png_app_error(png_ptr, "Unknown row filter for method 0");
/* Fall through */
/* FALL THROUGH */
#endif /* PNG_WRITE_FILTER_SUPPORTED */
case PNG_FILTER_VALUE_NONE:
png_ptr->do_filter = PNG_FILTER_NONE; break;