]> sigrok.org Git - libsigrok.git/blobdiff - src/output/gnuplot.c
Introduce OutputFlag
[libsigrok.git] / src / output / gnuplot.c
index 053f042495bdd45adbbb44f14e4f54c26fbf6c31..fc3c15ac7c04e554abb223a1a3b05212da3d77af 100644 (file)
@@ -221,6 +221,7 @@ SR_PRIV struct sr_output_module output_gnuplot = {
        .name = "Gnuplot",
        .desc = "Gnuplot data file format",
        .exts = (const char*[]){"dat", NULL},
+       .flags = 0,
        .options = NULL,
        .init = init,
        .receive = receive,