]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/pipistrello-ols/api.c
Simplify a few config_set() callbacks.
[libsigrok.git] / src / hardware / pipistrello-ols / api.c
index 31fd9ac2568379fc1efbc67d09b509c621b030a2..3e02bc2868ed3e0636dbcafe97cc8e66da1d3e0f 100644 (file)
@@ -443,7 +443,7 @@ static int dev_open(struct sr_dev_inst *sdi)
        if (p_ols_open(devc) != SR_OK) {
                return SR_ERR;
        } else {
-         sdi->status = SR_ST_ACTIVE;
+               sdi->status = SR_ST_ACTIVE;
                return SR_OK;
        }
 }