fix: build error

This commit is contained in:
Alex Duan 2024-01-25 10:16:29 +08:00
parent 27aa90d6b0
commit ddaa898ead
1 changed files with 2 additions and 2 deletions

View File

@ -3740,7 +3740,7 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
#ifdef BUILD_NO_CALL
.sprocessFunc = qTbUidFunction,
#else
.sprocessFunc = qVgIdFunction,
.sprocessFunc = NULL,
#endif
.finalizeFunc = NULL
},
@ -3754,7 +3754,7 @@ const SBuiltinFuncDefinition funcMgtBuiltins[] = {
#ifdef BUILD_NO_CALL
.sprocessFunc = qVgIdFunction,
#else
.sprocessFunc = qVgIdFunction,
.sprocessFunc = NULL,
#endif
.finalizeFunc = NULL
},