Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc656103 authored by Anatol Pomazau's avatar Anatol Pomazau
Browse files

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

Change-Id: I464ede415e64cf7db845bb441754120974bcf855
parent ca2074b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");