mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
liblzma: Fix documentation for LZMA_MEMLIMIT_ERROR.
LZMA_MEMLIMIT_ERROR was missing the "<" character needed to put documentation after a member.
This commit is contained in:
parent
816fec125a
commit
0c9e4fc2ad
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ typedef enum {
|
|||
*/
|
||||
|
||||
LZMA_MEMLIMIT_ERROR = 6,
|
||||
/**
|
||||
/**<
|
||||
* \brief Memory usage limit was reached
|
||||
*
|
||||
* Decoder would need more memory than allowed by the
|
||||
|
|
Loading…
Reference in a new issue