X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fwav.c;h=732fe976f0df420c2cae8b8e4b9a935ca0201b45;hb=070668a0fd0876485ea6867eb60010da0ef1c304;hp=e3e4a9f333dd9ed4cccdad782364296f729a0441;hpb=972398f471696e6c8995f7066d6f5a4a1d2b3552;p=libsigrok.git diff --git a/src/output/wav.c b/src/output/wav.c index e3e4a9f3..732fe976 100644 --- a/src/output/wav.c +++ b/src/output/wav.c @@ -367,7 +367,7 @@ static int cleanup(struct sr_output *o) SR_PRIV struct sr_output_module output_wav = { .id = "wav", .name = "WAV", - .desc = "Microsoft WAV file format", + .desc = "Microsoft WAV file format data", .exts = (const char*[]){"wav", NULL}, .flags = 0, .options = get_options,