diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tinyff/result.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 43bcf98..b2bf31c 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -27,6 +27,9 @@ typedef enum { // PNG FF_RESULT_ERROR_INVALID_PNG_SIGNATURE, + + // BMP + FF_RESULT_ERROR_INVALID_BMP_HEADER, // Archive (more general archives terms) FF_RESULT_ERROR_DECOMPRESSION_FAILURE, |
