fix compile error

This commit is contained in:
Hongze Cheng 2020-09-04 16:35:32 +08:00
parent 10621dafd8
commit 3bdde80638
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ STsdbScanHandle* tsdbNewScanHandle() { return NULL; }
void tsdbSetScanLogStream(STsdbScanHandle* pScanHandle, FILE* fLogStream) {}
int tsdbSetAndOpenScanFile(STsdbScanHandle* pScanHandle, char* rootDir, int fid) { return 0 }
int tsdbSetAndOpenScanFile(STsdbScanHandle* pScanHandle, char* rootDir, int fid) { return 0; }
int tsdbScanSCompIdx(STsdbScanHandle* pScanHandle) { return 0; }