X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fhex.c;h=bad607513f653f385352faf954f7cb8903951521;hb=6c7d80afcaf043eb8128a3102519032850fec1af;hp=6b24fdf578aceb10083db93204e32d89929684a5;hpb=8a174d23427735617d69c7502ed8dcade786bbf9;p=libsigrok.git diff --git a/src/output/hex.c b/src/output/hex.c index 6b24fdf5..bad60751 100644 --- a/src/output/hex.c +++ b/src/output/hex.c @@ -258,4 +258,3 @@ SR_PRIV struct sr_output_module output_hex = { .receive = receive, .cleanup = cleanup, }; -