X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fhex.c;h=6b24fdf578aceb10083db93204e32d89929684a5;hb=d9c3331d12d3060d33b1d2ee592c26c1d927dce8;hp=67a349e5f801ba083730791cb2e648baa362e709;hpb=1685c27619b7c8c9041476d0db437081ac892d4f;p=libsigrok.git diff --git a/src/output/hex.c b/src/output/hex.c index 67a349e5..6b24fdf5 100644 --- a/src/output/hex.c +++ b/src/output/hex.c @@ -252,6 +252,7 @@ SR_PRIV struct sr_output_module output_hex = { .id = "hex", .name = "Hexadecimal", .desc = "Hexadecimal digits", + .exts = (const char*[]){"txt", NULL}, .options = get_options, .init = init, .receive = receive,