fix: coverity issues

CID: 399527
This commit is contained in:
Ganlin Zhao 2022-10-17 10:59:32 +08:00
parent 1a3b2fa4f2
commit 16fb3525aa
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
break; \
} \
if ((res) > (maxv)) { \
*exti = -1; \
*exti = 1; \
break; \
} \
assert(0); \