]> sigrok.org Git - libsigrok.git/blobdiff - src/input/vcd.c
input: Avoid warnings on all-zero static struct entries.
[libsigrok.git] / src / input / vcd.c
index cfcecf30b21614ff62e457b88344f974aa5dd318..edddb68b8afddf68b9dc96139491f9d35c06b065 100644 (file)
@@ -524,7 +524,7 @@ static struct sr_option options[] = {
        { "skip", "Skip", "Skip until timestamp", NULL, NULL },
        { "downsample", "Downsample", "Divide samplerate by factor", NULL, NULL },
        { "compress", "Compress", "Compress idle periods longer than this value", NULL, NULL },
-       { 0 }
+       ALL_ZERO
 };
 
 static struct sr_option *get_options(void)