fix windows build

(cherry-picked from commit 4b39c6aca9)

Change-Id: Ia7b236f1a915630fe85d488072efb9784ba10dad
This commit is contained in:
Doug Zongker 2014-07-07 15:28:43 -07:00 committed by Kenny Root
parent d372c5c365
commit edda73d0c8
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ int adb_sideload_host(const char* fn) {
opt = setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const void *) &opt, sizeof(opt));
int last_percent = -1;
while (true) {
for (;;) {
if (readx(fd, buf, 8)) {
fprintf(stderr, "* failed to read command: %s\n", adb_error());
status = -1;