X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fhex.c;h=bad607513f653f385352faf954f7cb8903951521;hb=6c7d80afcaf043eb8128a3102519032850fec1af;hp=67a349e5f801ba083730791cb2e648baa362e709;hpb=1685c27619b7c8c9041476d0db437081ac892d4f;p=libsigrok.git diff --git a/src/output/hex.c b/src/output/hex.c index 67a349e5..bad60751 100644 --- a/src/output/hex.c +++ b/src/output/hex.c @@ -252,9 +252,9 @@ 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, .cleanup = cleanup, }; -