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
135d5a1a65
commit
28757fa46d
|
@ -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 New Issue