2
0
Fork 0

Fix LI_COND_LVALUE_END value

This commit is contained in:
Stefan Bühler 2009-09-28 21:47:44 +02:00
parent 97e54c9ee2
commit d2ba4ca0dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;