compile err in windows

This commit is contained in:
Shengliang Guan 2020-10-29 16:27:21 +08:00
parent f5678f7818
commit 34635a992a
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ void taos_init_imp(void) {
void taos_init() { pthread_once(&tscinit, taos_init_imp); }
// this function may be called by user or system, or by both simultaneously.
void taos_cleanup() {
void taos_cleanup(void) {
tscDebug("start to cleanup client environment");
void* m = tscMetaCache;