X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fscpi-pps%2Fapi.c;h=57bdcb81b7df9339c033e787ce1c95958c797fb3;hb=7962b129c3146a907bd765ebb40cf102fd5c2419;hp=5bce3af0d3f092bb35b861c06c5b1f60b9d5d6c4;hpb=bee2b0168c087676c1b365861d8c2d4714afa9b9;p=libsigrok.git diff --git a/src/hardware/scpi-pps/api.c b/src/hardware/scpi-pps/api.c index 5bce3af0..57bdcb81 100644 --- a/src/hardware/scpi-pps/api.c +++ b/src/hardware/scpi-pps/api.c @@ -43,9 +43,8 @@ static const struct pps_channel_instance pci[] = { }; static struct sr_dev_inst *probe_device(struct sr_scpi_dev_inst *scpi, - int (*get_hw_id)(struct sr_scpi_dev_inst *scpi, - struct sr_scpi_hw_info **scpi_response) - ) + int (*get_hw_id)(struct sr_scpi_dev_inst *scpi, + struct sr_scpi_hw_info **scpi_response)) { struct dev_context *devc; struct sr_dev_inst *sdi;