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
8daaac8e10
commit
050c6dbf96
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,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