From 896ec637777e5a657d8180c51c5e574b469b7eed Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 19 Dec 2025 18:19:57 +1100 Subject: fix(png): map chunk type raw value to enum in ff_next_chunk function --- include/tinyff/image/png.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/tinyff/image/png.h') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index 95ab94f..85ed179 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -38,6 +38,8 @@ typedef enum { // There are more, // but these ones will be // enough for now + + FF_PNG_CHUNK_TYPE_UNKNOWN, } ff_png_chunk_type; -- cgit v1.2.3