]> sigrok.org Git - libsigrok.git/blobdiff - src/output/wav.c
Avoid warnings on all-zero static struct entries.
[libsigrok.git] / src / output / wav.c
index 9dc5a1103e05386f27cc1468ca69b81b503b6092..e01f3afdea53bb9fc4dfdc7d3d71a934eea76268 100644 (file)
@@ -336,7 +336,7 @@ static int cleanup(struct sr_output *o)
 
 static struct sr_option options[] = {
        { "scale", "Scale", "Scale values by factor", NULL, NULL },
-       { 0 }
+       ALL_ZERO
 };
 
 static const struct sr_option *get_options(void)