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