fix ci issue

This commit is contained in:
54liuyao 2024-10-09 17:00:09 +08:00
parent e6f11c180c
commit 8709a12ce2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ extern "C" {
typedef struct SSliceRowData {
TSKEY key;
struct SResultCellData pRowVal[];
struct SResultCellData pRowVal[0];
} SSliceRowData;
typedef struct SSlicePoint {