diff --git a/source/libs/executor/src/scanoperator.c b/source/libs/executor/src/scanoperator.c index f92e543c2f..eae2ff3c72 100644 --- a/source/libs/executor/src/scanoperator.c +++ b/source/libs/executor/src/scanoperator.c @@ -2001,7 +2001,7 @@ FETCH_NEXT_BLOCK: goto NEXT_SUBMIT_BLK; } else { - ASSERT(0) + ASSERT(0); return NULL; } }