]> sigrok.org Git - libsigrok.git/blobdiff - src/output/gnuplot.c
Various #include file cosmetic fixes.
[libsigrok.git] / src / output / gnuplot.c
index 8cd67b3e83b82c2d2d3356f49a61be66150487d9..053f042495bdd45adbbb44f14e4f54c26fbf6c31 100644 (file)
@@ -43,7 +43,6 @@ static const char *gnuplot_header2 = "\
 # -----------------------------------------------------------------------------\n\
 # 0\t\tSample counter (for internal gnuplot purposes)\n";
 
-
 static int init(struct sr_output *o, GHashTable *options)
 {
        struct context *ctx;
@@ -220,7 +219,8 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_gnuplot = {
        .id = "gnuplot",
        .name = "Gnuplot",
-       .desc = "Gnuplot file format",
+       .desc = "Gnuplot data file format",
+       .exts = (const char*[]){"dat", NULL},
        .options = NULL,
        .init = init,
        .receive = receive,