]> sigrok.org Git - libsigrok.git/blobdiff - src/output/srzip.c
output: Added preferred file extension field
[libsigrok.git] / src / output / srzip.c
index 18a79d5b50b15403319af4c916340c819113ee84..356a8ab4047269ea73b128b62287deb2cce0cd1b 100644 (file)
@@ -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,