build error

This commit is contained in:
xsren 2024-09-12 21:57:58 +08:00
parent d41111d5f8
commit 2643d7ad63
1 changed files with 1 additions and 1 deletions

View File

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