Diff between 6353123e76a92441d8d93f2b48a4683e53854116 and 7e4f7894456fd0815e162511efa432be8d313220
Changed Files
| File | Additions | Deletions | Status |
| android/client/if-hf-client.c | +1 | -1 | modified |
Full Patch
diff --git a/android/client/if-hf-client.c b/android/client/if-hf-client.c
index ff18a5e..c383cab 100644
--- a/android/client/if-hf-client.c
+++ b/android/client/if-hf-client.c
@@ -486,7 +486,7 @@ static void stop_voice_recognition_p(int argc, const char **argv)
{
RETURN_IF_NULL(if_hf_client);
- EXEC(if_hf_client->start_voice_recognition);
+ EXEC(if_hf_client->stop_voice_recognition);
}
static void volume_control_c(int argc, const char **argv, enum_func *enum_func,