summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/headset.c')
-rw-r--r--audio/headset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c
index fbc66371..27a1a66a 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -441,7 +441,7 @@ static gboolean rfcomm_io_cb(GIOChannel *chan, GIOCondition cond,
*cr = '\0';
err = handle_event(device, &hs->buf[hs->data_start]);
- if (err = -EINVAL) {
+ if (err == -EINVAL) {
error("Received unknown command: %s", &hs->buf[hs->data_start]);
err = headset_send(hs, "\r\nERROR\r\n");
} else if (err < 0)