X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fsrzip.c;h=356a8ab4047269ea73b128b62287deb2cce0cd1b;hb=f80b3fe2340c1f4599c4194e6171a65ec44d43f3;hp=18a79d5b50b15403319af4c916340c819113ee84;hpb=5e1b68c6e7567e0dcf7aff1307c3ffd4852cc15a;p=libsigrok.git diff --git a/src/output/srzip.c b/src/output/srzip.c index 18a79d5b..356a8ab4 100644 --- a/src/output/srzip.c +++ b/src/output/srzip.c @@ -312,6 +312,7 @@ SR_PRIV struct sr_output_module output_srzip = { .id = "srzip", .name = "srzip", .desc = "srzip session file", + .exts = (const char*[]){"sr", NULL}, .options = get_options, .init = init, .receive = receive,