fix: open shell & fix qemu compile

Change-Id: Ia7488c02db7a41e0f681d008882b7c2721e6b207
Signed-off-by: silen <wuyunjie@huawei.com>
This commit is contained in:
silen
2021-07-29 11:18:57 +08:00
committed by lnlan
parent 54db6c8e7e
commit 2a7b31018f
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ char *GetCmdName(const char *cmdline, unsigned int len)
{
unsigned int loop;
const char *tmpStr = NULL;
bool quotes = FALSE;
BOOL quotes = FALSE;
char *cmdName = NULL;
if (cmdline == NULL) {
return NULL;