summaryrefslogtreecommitdiff
path: root/include/tinyff/image
diff options
context:
space:
mode:
Diffstat (limited to 'include/tinyff/image')
-rw-r--r--include/tinyff/image/png.h2
1 files changed, 2 insertions, 0 deletions
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;