Loading adb/commandline.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
adb/commandline.c +1 −1 Original line number Diff line number Diff line Loading @@ -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