mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
消除src/syscap_tool.c语法错误
消除pr语法错误 Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user