fix ci issue
This commit is contained in:
parent
e6f11c180c
commit
8709a12ce2
|
@ -32,7 +32,7 @@ extern "C" {
|
|||
|
||||
typedef struct SSliceRowData {
|
||||
TSKEY key;
|
||||
struct SResultCellData pRowVal[];
|
||||
struct SResultCellData pRowVal[0];
|
||||
} SSliceRowData;
|
||||
|
||||
typedef struct SSlicePoint {
|
||||
|
|
Loading…
Reference in New Issue