X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Foutput_vcd.c;h=94efd2eb4e918bc3f7a0763c8f5832b9331df2b9;hb=cdb3573ceba61b02b80f7fc979d166db5b6ff3bc;hp=bd16bc2e1d26e7829893a90f76aeecea1761d60d;hpb=8703f512a7c0e05f5fc3a5bc36f9e81afee71da3;p=libsigrok.git diff --git a/output/output_vcd.c b/output/output_vcd.c index bd16bc2e..94efd2eb 100644 --- a/output/output_vcd.c +++ b/output/output_vcd.c @@ -213,7 +213,7 @@ static int data(struct sr_output *o, const char *data_in, uint64_t length_in, } struct sr_output_format output_vcd = { - .extension = "vcd", + .id = "vcd", .description = "Value Change Dump (VCD)", .df_type = SR_DF_LOGIC, .init = init,