summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/tinyff/result.h7
1 files changed, 6 insertions, 1 deletions
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,