commit | 32fd715cb7918dd13af14dcfd0a10e909cfac306 | [log] [tgz] |
---|---|---|
author | Thomas Jarosch <thomas.jarosch@intra2net.com> | Fri May 04 10:18:22 2012 +0200 |
committer | Uwe Hermann <uwe@hermann-uwe.de> | Fri May 04 10:49:38 2012 +0200 |
tree | 6c4310faf94362b9224bcc73d3217507514e92a1 | |
parent | c840e704fae9345c2a572a7efe4af8d5150c1a2d [diff] [blame] |
Fix bracket placing Make it consistent with the rest of the code Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com>
diff --git a/controller.c b/controller.c index 5d19e7a..f95f3d8 100644 --- a/controller.c +++ b/controller.c
@@ -735,7 +735,7 @@ di->data_num_probes = num_probes; di->data_unitsize = unitsize; di->data_samplerate = samplerate; - if ((ret = srd_inst_start(di, args) != SRD_OK)) + if ((ret = srd_inst_start(di, args)) != SRD_OK) break; }