mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-12-22 16:30:01 +00:00
Fix C99-only feature
This commit is contained in:
parent
278fcc0256
commit
193f9f467b
@ -63,7 +63,7 @@ typedef enum _lzsa_status_t {
|
||||
|
||||
/* Decompression-specific status codes */
|
||||
LZSA_ERROR_FORMAT, /**< Invalid input format or magic number when decompressing */
|
||||
LZSA_ERROR_DECOMPRESSION, /**< Internal decompression error */
|
||||
LZSA_ERROR_DECOMPRESSION /**< Internal decompression error */
|
||||
} lzsa_status_t;
|
||||
|
||||
/* Compression flags */
|
||||
|
Loading…
Reference in New Issue
Block a user