fix(stream): fix syntax error.
This commit is contained in:
parent
d7101f7109
commit
aad906f2b0
|
@ -455,5 +455,5 @@ int32_t extractDelDataBlock(const void* pData, int32_t len, int64_t ver, SStream
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t tqCreateCheckpointBlock(SStreamCheckpoint** pCheckpointBlock) {
|
int32_t tqCreateCheckpointBlock(SStreamCheckpoint** pCheckpointBlock) {
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue