From c5acbd150f5addb50a8c16df7afed6aaddc283ee Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 23 Jul 2007 15:41:43 +0000 Subject: Fix typo in previous coding style fix --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/headset.c b/audio/headset.c index c8de6cf4..9dccc5ad 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -1388,7 +1388,7 @@ int headset_get_config(void *device, int sock, struct ipc_packet *pkt) c->sock = sock; c->pkt = pkt; err = rfcomm_connect(device, c); - if (err = < 0) + if (err < 0) goto error; return 0; } -- cgit