X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fgnuplot.c;h=631fefdaa3535e5ca7283138c1f22486bf54e203;hb=d378f1009999f8b9a1037a9f417ea5518d9a6d37;hp=134fd9042df970c41220a7d28cc8d4061637fc0e;hpb=8a174d23427735617d69c7502ed8dcade786bbf9;p=libsigrok.git diff --git a/src/output/gnuplot.c b/src/output/gnuplot.c index 134fd904..631fefda 100644 --- a/src/output/gnuplot.c +++ b/src/output/gnuplot.c @@ -220,8 +220,8 @@ static int cleanup(struct sr_output *o) SR_PRIV struct sr_output_module output_gnuplot = { .id = "gnuplot", .name = "Gnuplot", - .desc = "Gnuplot file format", - .exts = (const char*[]){"pl", NULL}, + .desc = "Gnuplot data file format", + .exts = (const char*[]){"dat", NULL}, .options = NULL, .init = init, .receive = receive,