summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2018-04-14 01:08:01 +0200
committerJosh Gao <jmgao@google.com>2018-04-14 01:10:34 +0200
commit570b08b7904901162ae2d4c847b19c1aa9738aaf (patch)
treebb90ecc5b73b9827abcd1b1ef6bd4ddc2c90af14
parentMerge "tests: Pick up testdata with LOCAL_TEST_DATA." (diff)
downloadandroid_bootable_recovery-570b08b7904901162ae2d4c847b19c1aa9738aaf.tar
android_bootable_recovery-570b08b7904901162ae2d4c847b19c1aa9738aaf.tar.gz
android_bootable_recovery-570b08b7904901162ae2d4c847b19c1aa9738aaf.tar.bz2
android_bootable_recovery-570b08b7904901162ae2d4c847b19c1aa9738aaf.tar.lz
android_bootable_recovery-570b08b7904901162ae2d4c847b19c1aa9738aaf.tar.xz
android_bootable_recovery-570b08b7904901162ae2d4c847b19c1aa9738aaf.tar.zst
android_bootable_recovery-570b08b7904901162ae2d4c847b19c1aa9738aaf.zip
-rw-r--r--minadbd/minadbd_services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/minadbd_services.cpp b/minadbd/minadbd_services.cpp
index 9f0f1f87d..043c51a6a 100644
--- a/minadbd/minadbd_services.cpp
+++ b/minadbd/minadbd_services.cpp
@@ -58,7 +58,7 @@ static int create_service_thread(void (*func)(int, const std::string&), const st
return s[0];
}
-int service_to_fd(const char* name, const atransport* /* transport */) {
+int service_to_fd(const char* name, atransport* /* transport */) {
int ret = -1;
if (!strncmp(name, "sideload:", 9)) {