Fix 'extra tokens at end of #endif directive' warning
Change-Id: I464ede415e64cf7db845bb441754120974bcf855
This commit is contained in:
parent
ca2074b78d
commit
fc656103db
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue