From 81847cec366aa54431c38367a291c9e332c93803 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Wed, 28 Jan 2026 19:53:41 +1100 Subject: feat(result): Add decrompression failure error result --- include/tinyff/result.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/tinyff/result.h') diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 49919ed..55ddcfd 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -16,7 +16,12 @@ typedef enum { FF_RESULT_ERROR_READ_FILE_FAILURE, // Media specific - FF_RESULT_ERROR_INVALID_PNG_SIGNITURE, // PNG + + // PNG + FF_RESULT_ERROR_INVALID_PNG_SIGNITURE, + + // Archive (more general archives terms) + FF_RESULT_ERROR_DECOMPRESSION_FAILURE, // Memory FF_RESULT_ERROR_MEMORY_ALLOCATION, -- cgit v1.2.3