diff --git a/source/libs/function/src/tudf.c b/source/libs/function/src/tudf.c index 73f5f8ce68..32e57565d4 100644 --- a/source/libs/function/src/tudf.c +++ b/source/libs/function/src/tudf.c @@ -88,7 +88,7 @@ static int32_t udfSpawnUdfd(SUdfdData *pData) { } #ifdef WINDOWS if (strlen(path) == 0) { - strcat(path, "C:\\TDengine") + strcat(path, "C:\\TDengine"); } strcat(path, "\\udfd.exe"); #else