From a3c1d3e1bac3519931d0236e9506e146480a5510 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Thu, 8 Dec 2022 12:26:10 +0800 Subject: [PATCH] fix: compile error in windows --- include/os/osSystem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/os/osSystem.h b/include/os/osSystem.h index ed5213ce34..8f1f5c58d5 100644 --- a/include/os/osSystem.h +++ b/include/os/osSystem.h @@ -66,8 +66,7 @@ void taosResetTerminalMode(); { \ taosPrintLog(flags, level, dflag, \ "backtrace not implemented on windows, so detailed stack information cannot be printed"); \ - \ \ - } + } #endif #ifdef __cplusplus