am 46a8ffe8: Fix Windows adb build by avoiding "bool"
* commit '46a8ffe87f3cba070fb18a90e3c5c1f73468f99c': Fix Windows adb build by avoiding "bool"
This commit is contained in:
commit
8a01917da1
|
@ -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…
Reference in New Issue