X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fsrzip.c;h=84755a3d56c42429c6dc9a97fe081f50e7b3d750;hb=0c08023f506c164e6d7bdf46cd82ef437a468997;hp=18a79d5b50b15403319af4c916340c819113ee84;hpb=5e1b68c6e7567e0dcf7aff1307c3ffd4852cc15a;p=libsigrok.git diff --git a/src/output/srzip.c b/src/output/srzip.c index 18a79d5b..84755a3d 100644 --- a/src/output/srzip.c +++ b/src/output/srzip.c @@ -312,9 +312,9 @@ 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, .cleanup = cleanup, }; -