消除src/syscap_tool.c语法错误

消除pr语法错误

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh
2024-05-18 03:06:24 +00:00
committed by Gitee
parent b2aee68c00
commit 6f33b457a6
+1 -1
View File
@@ -505,7 +505,7 @@ char *CopyInputString(const char *inputString)
}
if (*inputString == '\0') {
PRINT_ERR("inputString is empty.\n");
inputString == NULL;
inputString = NULL;
return NULL;
}
size_t inputLen = strlen(inputString);