Fix Windows adb build by avoiding "bool"
Change-Id: I9ca59e400c199d497a1a18d5e64c2cafe628097b
This commit is contained in:
parent
43d65b6903
commit
46a8ffe87f
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ static void status_window(transport_type ttype, const char* serial)
|
|||
}
|
||||
}
|
||||
|
||||
static bool should_escape(const char c)
|
||||
static int should_escape(const char c)
|
||||
{
|
||||
return (c == ' ' || c == '\'' || c == '"' || c == '\\' || c == '(' || c == ')');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue