Fix C99-only feature

This commit is contained in:
Emmanuel Marty 2020-05-28 20:00:30 +02:00 committed by GitHub
parent 278fcc0256
commit 193f9f467b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */