update src/create_pcid.c.

Signed-off-by: 严学舟 <yangang20@huawei.com>
This commit is contained in:
严学舟
2024-08-08 07:56:09 +00:00
committed by Gitee
parent fe0744cbc1
commit 80e35f2f43
+1 -1
View File
@@ -358,7 +358,7 @@ static int32_t GetPriSyscapResult(cJSON *capVectorPtr, int32_t ret)
return ret;
}
int32_t GetPriSyscap(PCIDMain *pcidMain, cJSON *sysCapObject, int32_t contextBufLen)
static int32_t GetPriSyscap(PCIDMain *pcidMain, cJSON *sysCapObject, int32_t contextBufLen)
{
cJSON *capVectorPtr = cJSON_CreateArray();
if (capVectorPtr == NULL) {