Fix 'extra tokens at end of #endif directive' warning

Change-Id: I464ede415e64cf7db845bb441754120974bcf855
This commit is contained in:
Anatol Pomazau 2012-02-13 17:37:14 -08:00
parent ca2074b78d
commit fc656103db

View file

@ -318,7 +318,7 @@ void local_init(int port)
/* Running inside the device: use TCP socket as the transport. */
func = server_socket_thread;
}
#endif !ADB_HOST
#endif // !ADB_HOST
}
D("transport: local %s init\n", HOST ? "client" : "server");