fix windows build
(cherry-picked from commit 4b39c6aca973470812caf4f7911b494c891e0c3a)
Change-Id: Ia7b236f1a915630fe85d488072efb9784ba10dad
diff --git a/adb/commandline.c b/adb/commandline.c
index 3393655..f4c2272 100644
--- a/adb/commandline.c
+++ b/adb/commandline.c
@@ -551,7 +551,7 @@
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;