X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fmanson-hcs-3xxx%2Fprotocol.c;h=2dc09dcdfbf9327c662c094ec02ad00f368b489d;hp=cb333149c87444ad1d73d7fe40341af3d354b504;hb=c442ffda0fc6fa9bc3c5397a21ef1d04f01a64a1;hpb=ad0293f19c96385cc6e44f552de9636cb34f53a9 diff --git a/src/hardware/manson-hcs-3xxx/protocol.c b/src/hardware/manson-hcs-3xxx/protocol.c index cb333149..2dc09dcd 100644 --- a/src/hardware/manson-hcs-3xxx/protocol.c +++ b/src/hardware/manson-hcs-3xxx/protocol.c @@ -62,7 +62,7 @@ SR_PRIV int hcs_send_cmd(struct sr_serial_dev_inst *serial, const char *cmd, ... * @retval SR_ERR Error. * @retval SR_ERR_ARG Invalid argument. */ -SR_PRIV int hcs_read_reply(struct sr_serial_dev_inst *serial, int lines, char* buf, int buflen) +SR_PRIV int hcs_read_reply(struct sr_serial_dev_inst *serial, int lines, char *buf, int buflen) { int l_recv = 0; int bufpos = 0;