build error
This commit is contained in:
parent
d41111d5f8
commit
2643d7ad63
|
@ -122,7 +122,7 @@ static FORCE_INLINE TExeCond tCompareContains(void* a, void* b, int8_t type) {
|
||||||
#define CHECKCOMERROR(expr) \
|
#define CHECKCOMERROR(expr) \
|
||||||
do { \
|
do { \
|
||||||
if ((expr) != 0) { \
|
if ((expr) != 0) { \
|
||||||
return ERROR; \
|
return FAILED; \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue