]> sigrok.org Git - libsigrok.git/blobdiff - src/input/vcd.c
input: s/format/module in all naming.
[libsigrok.git] / src / input / vcd.c
index eec53e1039a7539e6b2027c5ce28118ed404f19f..fe9375672d80048e39fb1de6ded1342da45df20a 100644 (file)
@@ -535,7 +535,7 @@ static int loadfile(struct sr_input *in, const char *filename)
        return SR_OK;
 }
 
-SR_PRIV struct sr_input_format input_vcd = {
+SR_PRIV struct sr_input_module input_vcd = {
        .id = "vcd",
        .description = "Value Change Dump",
        .format_match = format_match,