X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fgnuplot.c;h=631fefdaa3535e5ca7283138c1f22486bf54e203;hb=8656a71790133d4de42252a1e75b4209c03b4983;hp=134fd9042df970c41220a7d28cc8d4061637fc0e;hpb=4fb0a5f8a022b4b551f0dcac5c458c7108ea613c;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,