Fix LI_COND_LVALUE_END value
This commit is contained in:
parent
97e54c9ee2
commit
d2ba4ca0dd
|
@ -59,7 +59,7 @@ typedef enum {
|
|||
} liCondLValue;
|
||||
|
||||
#define LI_COND_LVALUE_FIRST_WITH_KEY LI_COMP_REQUEST_HEADER
|
||||
#define LI_COND_LVALUE_END (1+LI_COMP_REQUEST_HEADER)
|
||||
#define LI_COND_LVALUE_END (LI_COMP_UNKNOWN)
|
||||
|
||||
struct liConditionLValue {
|
||||
int refcount;
|
||||
|
|
Loading…
Reference in New Issue