aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adb_install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb_install.c b/adb_install.c
index 00c3cc0..1c88f1a 100644
--- a/adb_install.c
+++ b/adb_install.c
@@ -129,7 +129,7 @@ apply_from_adb() {
// kill the child
kill(data.child, SIGTERM);
- pthread_join(&sideload_thread, NULL);
+ pthread_join(sideload_thread, NULL);
ui_clear_key_queue();
struct stat st;