summaryrefslogtreecommitdiff
path: root/pngwtran.c
diff options
context:
space:
mode:
Diffstat (limited to 'pngwtran.c')
-rw-r--r--pngwtran.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pngwtran.c b/pngwtran.c
index 066e1e2c9..1765ef89d 100644
--- a/pngwtran.c
+++ b/pngwtran.c
@@ -220,6 +220,9 @@ png_do_pack(png_row_infop row_info, png_bytep row, png_uint_32 bit_depth)
break;
}
+
+ default:
+ break;
}
row_info->bit_depth = (png_byte)bit_depth;