From ab3873609baf282f9158566c8242be2c9b126f5d Mon Sep 17 00:00:00 2001 From: tazy Date: Sun, 4 Jan 2026 08:04:33 +0000 Subject: feat(png): Create header handler for the IHDR chunk --- include/tinyff/result.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/tinyff/result.h') diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 27b1ce4..9b17d4a 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -9,6 +9,9 @@ typedef enum { FF_RESULT_ERROR_INVALID_FILE, FF_RESULT_ERROR_READ_FILE_FAILURE, + // Memory + FF_RESULT_ERROR_MEMORY_ALLOCATION, + // More will be created when more errors occur } ff_result; -- cgit v1.2.3